Class S3ArtifactLocation
- java.lang.Object
-
- software.amazon.awssdk.services.codepipeline.model.S3ArtifactLocation
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<S3ArtifactLocation.Builder,S3ArtifactLocation>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceS3ArtifactLocation.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbucketName()The name of the S3 bucket.static S3ArtifactLocation.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringobjectKey()The key of the object in the S3 bucket, which uniquely identifies the object in the bucket.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends S3ArtifactLocation.Builder>serializableBuilderClass()S3ArtifactLocation.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
bucketName
public final String bucketName()
The name of the S3 bucket.
- Returns:
- The name of the S3 bucket.
-
objectKey
public final String objectKey()
The key of the object in the S3 bucket, which uniquely identifies the object in the bucket.
- Returns:
- The key of the object in the S3 bucket, which uniquely identifies the object in the bucket.
-
toBuilder
public S3ArtifactLocation.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<S3ArtifactLocation.Builder,S3ArtifactLocation>
-
builder
public static S3ArtifactLocation.Builder builder()
-
serializableBuilderClass
public static Class<? extends S3ArtifactLocation.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-