Class S3BatchJobIdentifier
- java.lang.Object
-
- software.amazon.awssdk.services.m2.model.S3BatchJobIdentifier
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<S3BatchJobIdentifier.Builder,S3BatchJobIdentifier>
@Generated("software.amazon.awssdk:codegen") public final class S3BatchJobIdentifier extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3BatchJobIdentifier.Builder,S3BatchJobIdentifier>
A batch job identifier in which the batch jobs to run are identified by an Amazon S3 location.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceS3BatchJobIdentifier.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringbucket()The Amazon S3 bucket that contains the batch job definitions.static S3BatchJobIdentifier.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()JobIdentifieridentifier()Identifies the batch job definition.StringkeyPrefix()The key prefix that specifies the path to the folder in the S3 bucket that has the batch job definitions.List<SdkField<?>>sdkFields()static Class<? extends S3BatchJobIdentifier.Builder>serializableBuilderClass()S3BatchJobIdentifier.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
-
bucket
public final String bucket()
The Amazon S3 bucket that contains the batch job definitions.
- Returns:
- The Amazon S3 bucket that contains the batch job definitions.
-
identifier
public final JobIdentifier identifier()
Identifies the batch job definition. This identifier can also point to any batch job definition that already exists in the application or to one of the batch job definitions within the directory that is specified in
keyPrefix.- Returns:
- Identifies the batch job definition. This identifier can also point to any batch job definition that
already exists in the application or to one of the batch job definitions within the directory that is
specified in
keyPrefix.
-
keyPrefix
public final String keyPrefix()
The key prefix that specifies the path to the folder in the S3 bucket that has the batch job definitions.
- Returns:
- The key prefix that specifies the path to the folder in the S3 bucket that has the batch job definitions.
-
toBuilder
public S3BatchJobIdentifier.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<S3BatchJobIdentifier.Builder,S3BatchJobIdentifier>
-
builder
public static S3BatchJobIdentifier.Builder builder()
-
serializableBuilderClass
public static Class<? extends S3BatchJobIdentifier.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.
-
-