@Generated(value="software.amazon.awssdk:codegen") public final class S3ArtifactLocation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3ArtifactLocation.Builder,S3ArtifactLocation>
The location of the 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 S3 bucket.
|
static S3ArtifactLocation.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
objectKey()
The key of the object in the S3 bucket, which uniquely identifies the object in the bucket.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends S3ArtifactLocation.Builder> |
serializableBuilderClass() |
S3ArtifactLocation.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String bucketName()
The name of the S3 bucket.
public final String objectKey()
The key of the object in the S3 bucket, which uniquely identifies the object in the bucket.
public S3ArtifactLocation.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<S3ArtifactLocation.Builder,S3ArtifactLocation>public static S3ArtifactLocation.Builder builder()
public static Class<? extends S3ArtifactLocation.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.