public static interface JobManifestGeneratorFilter.Builder extends SdkPojo, CopyableBuilder<JobManifestGeneratorFilter.Builder,JobManifestGeneratorFilter>
| Modifier and Type | Method and Description |
|---|---|
JobManifestGeneratorFilter.Builder |
createdAfter(Instant createdAfter)
If provided, the generated manifest should include only source bucket objects that were created after this
time.
|
JobManifestGeneratorFilter.Builder |
createdBefore(Instant createdBefore)
If provided, the generated manifest should include only source bucket objects that were created before this
time.
|
JobManifestGeneratorFilter.Builder |
eligibleForReplication(Boolean eligibleForReplication)
Include objects in the generated manifest only if they are eligible for replication according to the
Replication configuration on the source bucket.
|
JobManifestGeneratorFilter.Builder |
objectReplicationStatuses(Collection<ReplicationStatus> objectReplicationStatuses)
If provided, the generated manifest should include only source bucket objects that have one of the specified
Replication statuses.
|
JobManifestGeneratorFilter.Builder |
objectReplicationStatuses(ReplicationStatus... objectReplicationStatuses)
If provided, the generated manifest should include only source bucket objects that have one of the specified
Replication statuses.
|
JobManifestGeneratorFilter.Builder |
objectReplicationStatusesWithStrings(Collection<String> objectReplicationStatuses)
If provided, the generated manifest should include only source bucket objects that have one of the specified
Replication statuses.
|
JobManifestGeneratorFilter.Builder |
objectReplicationStatusesWithStrings(String... objectReplicationStatuses)
If provided, the generated manifest should include only source bucket objects that have one of the specified
Replication statuses.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildJobManifestGeneratorFilter.Builder eligibleForReplication(Boolean eligibleForReplication)
Include objects in the generated manifest only if they are eligible for replication according to the Replication configuration on the source bucket.
eligibleForReplication - Include objects in the generated manifest only if they are eligible for replication according to the
Replication configuration on the source bucket.JobManifestGeneratorFilter.Builder createdAfter(Instant createdAfter)
If provided, the generated manifest should include only source bucket objects that were created after this time.
createdAfter - If provided, the generated manifest should include only source bucket objects that were created after
this time.JobManifestGeneratorFilter.Builder createdBefore(Instant createdBefore)
If provided, the generated manifest should include only source bucket objects that were created before this time.
createdBefore - If provided, the generated manifest should include only source bucket objects that were created before
this time.JobManifestGeneratorFilter.Builder objectReplicationStatusesWithStrings(Collection<String> objectReplicationStatuses)
If provided, the generated manifest should include only source bucket objects that have one of the specified Replication statuses.
objectReplicationStatuses - If provided, the generated manifest should include only source bucket objects that have one of the
specified Replication statuses.JobManifestGeneratorFilter.Builder objectReplicationStatusesWithStrings(String... objectReplicationStatuses)
If provided, the generated manifest should include only source bucket objects that have one of the specified Replication statuses.
objectReplicationStatuses - If provided, the generated manifest should include only source bucket objects that have one of the
specified Replication statuses.JobManifestGeneratorFilter.Builder objectReplicationStatuses(Collection<ReplicationStatus> objectReplicationStatuses)
If provided, the generated manifest should include only source bucket objects that have one of the specified Replication statuses.
objectReplicationStatuses - If provided, the generated manifest should include only source bucket objects that have one of the
specified Replication statuses.JobManifestGeneratorFilter.Builder objectReplicationStatuses(ReplicationStatus... objectReplicationStatuses)
If provided, the generated manifest should include only source bucket objects that have one of the specified Replication statuses.
objectReplicationStatuses - If provided, the generated manifest should include only source bucket objects that have one of the
specified Replication statuses.Copyright © 2022. All rights reserved.