@Generated(value="software.amazon.awssdk:codegen") public final class S3JobManifestGenerator extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3JobManifestGenerator.Builder,S3JobManifestGenerator>
The container for the service that will create the S3 manifest.
| Modifier and Type | Class and Description |
|---|---|
static interface |
S3JobManifestGenerator.Builder |
| Modifier and Type | Method and Description |
|---|---|
static S3JobManifestGenerator.Builder |
builder() |
Boolean |
enableManifestOutput()
Determines whether or not to write the job's generated manifest to a bucket.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
expectedBucketOwner()
The Amazon Web Services account ID that owns the bucket the generated manifest is written to.
|
JobManifestGeneratorFilter |
filter()
Specifies rules the S3JobManifestGenerator should use to use to decide whether an object in the source bucket
should or should not be included in the generated job manifest.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
S3ManifestOutputLocation |
manifestOutputLocation()
Specifies the location the generated manifest will be written to.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends S3JobManifestGenerator.Builder> |
serializableBuilderClass() |
String |
sourceBucket()
The source bucket used by the ManifestGenerator.
|
S3JobManifestGenerator.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String expectedBucketOwner()
The Amazon Web Services account ID that owns the bucket the generated manifest is written to. If provided the generated manifest bucket's owner Amazon Web Services account ID must match this value, else the job fails.
public final String sourceBucket()
The source bucket used by the ManifestGenerator.
public final S3ManifestOutputLocation manifestOutputLocation()
Specifies the location the generated manifest will be written to.
public final JobManifestGeneratorFilter filter()
Specifies rules the S3JobManifestGenerator should use to use to decide whether an object in the source bucket should or should not be included in the generated job manifest.
public final Boolean enableManifestOutput()
Determines whether or not to write the job's generated manifest to a bucket.
public S3JobManifestGenerator.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<S3JobManifestGenerator.Builder,S3JobManifestGenerator>public static S3JobManifestGenerator.Builder builder()
public static Class<? extends S3JobManifestGenerator.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.