Interface S3LocationConfig
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
S3LocationConfig.Jsii$Proxy
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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forS3LocationConfig
static final class
An implementation forS3LocationConfig
-
Method Summary
Modifier and TypeMethodDescriptionstatic S3LocationConfig.Builder
builder()
getUri()
Uniquely identifies the resource in Amazon S3.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getUri
Uniquely identifies the resource in Amazon S3. -
builder
- Returns:
- a
S3LocationConfig.Builder
ofS3LocationConfig
-