Interface S3LocationConfig
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
S3LocationConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-10-31T19:13:06.680Z")
@Stability(Stable)
public interface S3LocationConfig
extends software.amazon.jsii.JsiiSerializable
Stores information about the location of an object in Amazon S3.
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
Modifier 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
-