Interface S3LocationConfig
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
S3LocationConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.120.0 (build 192dc88)",
date="2025-12-05T22:26:46.819Z")
@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
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forS3LocationConfigstatic final classAn implementation forS3LocationConfig -
Method Summary
Modifier and TypeMethodDescriptionstatic S3LocationConfig.Builderbuilder()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.BuilderofS3LocationConfig
-