@Generated(value="jsii-pacmak/1.72.0 (build 4b8828b)", date="2022-12-27T20:28:49.445Z") @Stability(value=Stable) public interface S3LocationConfig extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.stepfunctions.tasks.*;
S3LocationConfig s3LocationConfig = S3LocationConfig.builder()
.uri("uri")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
S3LocationConfig.Builder
A builder for
S3LocationConfig |
static class |
S3LocationConfig.Jsii$Proxy
An implementation for
S3LocationConfig |
| Modifier and Type | Method and Description |
|---|---|
static S3LocationConfig.Builder |
builder() |
String |
getUri()
Uniquely identifies the resource in Amazon S3.
|
@Stability(value=Stable) @NotNull String getUri()
@Stability(value=Stable) static S3LocationConfig.Builder builder()
S3LocationConfig.Builder of S3LocationConfigCopyright © 2022. All rights reserved.