@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:15.825Z") @Stability(value=Experimental) 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()
(experimental) Uniquely identifies the resource in Amazon S3.
|
@Stability(value=Experimental) @NotNull String getUri()
@Stability(value=Experimental) static S3LocationConfig.Builder builder()
S3LocationConfig.Builder of S3LocationConfigCopyright © 2022. All rights reserved.