@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)", date="2022-08-08T20:48:16.926Z") @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 S3LocationConfig
Copyright © 2022. All rights reserved.