public static interface ReplicationConfigurationDescription.Builder extends SdkPojo, CopyableBuilder<ReplicationConfigurationDescription.Builder,ReplicationConfigurationDescription>
| Modifier and Type | Method and Description |
|---|---|
ReplicationConfigurationDescription.Builder |
creationTime(Instant creationTime)
Describes when the replication configuration was created.
|
ReplicationConfigurationDescription.Builder |
destinations(Collection<Destination> destinations)
An array of destination objects.
|
ReplicationConfigurationDescription.Builder |
destinations(Consumer<Destination.Builder>... destinations)
An array of destination objects.
|
ReplicationConfigurationDescription.Builder |
destinations(Destination... destinations)
An array of destination objects.
|
ReplicationConfigurationDescription.Builder |
originalSourceFileSystemArn(String originalSourceFileSystemArn)
The Amazon Resource Name (ARN) of the original source Amazon EFS file system in the replication
configuration.
|
ReplicationConfigurationDescription.Builder |
sourceFileSystemArn(String sourceFileSystemArn)
The Amazon Resource Name (ARN) of the current source file system in the replication configuration.
|
ReplicationConfigurationDescription.Builder |
sourceFileSystemId(String sourceFileSystemId)
The ID of the source Amazon EFS file system that is being replicated.
|
ReplicationConfigurationDescription.Builder |
sourceFileSystemRegion(String sourceFileSystemRegion)
The Amazon Web Services Region in which the source Amazon EFS file system is located.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildReplicationConfigurationDescription.Builder sourceFileSystemId(String sourceFileSystemId)
The ID of the source Amazon EFS file system that is being replicated.
sourceFileSystemId - The ID of the source Amazon EFS file system that is being replicated.ReplicationConfigurationDescription.Builder sourceFileSystemRegion(String sourceFileSystemRegion)
The Amazon Web Services Region in which the source Amazon EFS file system is located.
sourceFileSystemRegion - The Amazon Web Services Region in which the source Amazon EFS file system is located.ReplicationConfigurationDescription.Builder sourceFileSystemArn(String sourceFileSystemArn)
The Amazon Resource Name (ARN) of the current source file system in the replication configuration.
sourceFileSystemArn - The Amazon Resource Name (ARN) of the current source file system in the replication configuration.ReplicationConfigurationDescription.Builder originalSourceFileSystemArn(String originalSourceFileSystemArn)
The Amazon Resource Name (ARN) of the original source Amazon EFS file system in the replication configuration.
originalSourceFileSystemArn - The Amazon Resource Name (ARN) of the original source Amazon EFS file system in the replication
configuration.ReplicationConfigurationDescription.Builder creationTime(Instant creationTime)
Describes when the replication configuration was created.
creationTime - Describes when the replication configuration was created.ReplicationConfigurationDescription.Builder destinations(Collection<Destination> destinations)
An array of destination objects. Only one destination object is supported.
destinations - An array of destination objects. Only one destination object is supported.ReplicationConfigurationDescription.Builder destinations(Destination... destinations)
An array of destination objects. Only one destination object is supported.
destinations - An array of destination objects. Only one destination object is supported.ReplicationConfigurationDescription.Builder destinations(Consumer<Destination.Builder>... destinations)
An array of destination objects. Only one destination object is supported.
This is a convenience method that creates an instance of theDestination.Builder avoiding the need to create one
manually via Destination.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #destinations(List.
destinations - a consumer that will call methods on
Destination.Builder#destinations(java.util.Collection) Copyright © 2023. All rights reserved.