StructuredPojo
, ToCopyableBuilder<S3ArtifactLocation.Builder,S3ArtifactLocation>
@Generated("software.amazon.awssdk:codegen") public class S3ArtifactLocation extends Object implements StructuredPojo, ToCopyableBuilder<S3ArtifactLocation.Builder,S3ArtifactLocation>
The location of the Amazon S3 bucket that contains a revision.
Modifier and Type | Class | Description |
---|---|---|
static interface |
S3ArtifactLocation.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
bucketName() |
The name of the Amazon S3 bucket.
|
static S3ArtifactLocation.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
objectKey() |
The key of the object in the Amazon S3 bucket, which uniquely identifies the object in the bucket.
|
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() |
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()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.