@Generated(value="software.amazon.awssdk:codegen") public final class S3ArtifactLocation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3ArtifactLocation.Builder,S3ArtifactLocation>
The location of the Amazon S3 bucket that contains a revision.
Modifier and Type | Class and Description |
---|---|
static interface |
S3ArtifactLocation.Builder |
Modifier and Type | Method and Description |
---|---|
String |
bucketName()
The name of the Amazon S3 bucket.
|
static S3ArtifactLocation.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
objectKey()
The key of the object in the Amazon S3 bucket, which uniquely identifies the object in the bucket.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends S3ArtifactLocation.Builder> |
serializableBuilderClass() |
S3ArtifactLocation.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String bucketName()
The name of the Amazon S3 bucket.
public String objectKey()
The key of the object in the Amazon S3 bucket, which uniquely identifies the object in the bucket.
public S3ArtifactLocation.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<S3ArtifactLocation.Builder,S3ArtifactLocation>
public static S3ArtifactLocation.Builder builder()
public static Class<? extends S3ArtifactLocation.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.