| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
Location.Builder |
bucketName(String bucketName)
Sets the value of
Location.getBucketName() |
Location |
build()
Builds the configured instance.
|
Location.Builder |
objectKey(String objectKey)
Sets the value of
Location.getObjectKey() |
Location.Builder |
objectVersion(String objectVersion)
Sets the value of
Location.getObjectVersion() |
@Stability(value=Experimental) public Location.Builder bucketName(String bucketName)
Location.getBucketName()bucketName - The name of the S3 Bucket the object is in. This parameter is required.this@Stability(value=Experimental) public Location.Builder objectKey(String objectKey)
Location.getObjectKey()objectKey - The path inside the Bucket where the object is located at. This parameter is required.this@Stability(value=Experimental) public Location.Builder objectVersion(String objectVersion)
Location.getObjectVersion()objectVersion - The S3 object version.this@Stability(value=Experimental) public Location build()
build in interface software.amazon.jsii.Builder<Location>LocationNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.