@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
date="2023-01-25T18:29:11.405Z")
public interface S3LocationConfig
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() |
java.lang.String |
getUri()
Uniquely identifies the resource in Amazon S3.
|
java.lang.String getUri()
static S3LocationConfig.Builder builder()
S3LocationConfig.Builder
of S3LocationConfig