Interface CfnPipeline.S3LocationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPipeline.S3LocationProperty.Jsii$Proxy
- Enclosing class:
- CfnPipeline
@Stability(Stable)
public static interface CfnPipeline.S3LocationProperty
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.sagemaker.*;
S3LocationProperty s3LocationProperty = S3LocationProperty.builder()
.bucket("bucket")
.key("key")
// the properties below are optional
.eTag("eTag")
.version("version")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPipeline.S3LocationPropertystatic final classAn implementation forCfnPipeline.S3LocationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBucket
CfnPipeline.S3LocationProperty.Bucket. -
getKey
CfnPipeline.S3LocationProperty.Key. -
getETag
CfnPipeline.S3LocationProperty.ETag. -
getVersion
CfnPipeline.S3LocationProperty.Version. -
builder
-