Interface Destination.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Destination.Builder,
,Destination> SdkBuilder<Destination.Builder,
,Destination> SdkPojo
- Enclosing class:
Destination
-
Method Summary
Modifier and TypeMethodDescriptionfileSystemId
(String fileSystemId) The ID of the destination Amazon EFS file system.lastReplicatedTimestamp
(Instant lastReplicatedTimestamp) The time when the most recent sync was successfully completed on the destination file system.ID of the Amazon Web Services account in which the destination file system resides.The Amazon Web Services Region in which the destination file system is located.Amazon Resource Name (ARN) of the IAM role in the source account that allows Amazon EFS to perform replication on its behalf.Describes the status of the replication configuration.status
(ReplicationStatus status) Describes the status of the replication configuration.statusMessage
(String statusMessage) Message that provides details about thePAUSED
orERRROR
state of the replication destination configuration.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
status
Describes the status of the replication configuration. For more information about replication status, see Viewing replication details in the Amazon EFS User Guide.
- Parameters:
status
- Describes the status of the replication configuration. For more information about replication status, see Viewing replication details in the Amazon EFS User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Describes the status of the replication configuration. For more information about replication status, see Viewing replication details in the Amazon EFS User Guide.
- Parameters:
status
- Describes the status of the replication configuration. For more information about replication status, see Viewing replication details in the Amazon EFS User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
fileSystemId
The ID of the destination Amazon EFS file system.
- Parameters:
fileSystemId
- The ID of the destination Amazon EFS file system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
region
The Amazon Web Services Region in which the destination file system is located.
- Parameters:
region
- The Amazon Web Services Region in which the destination file system is located.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastReplicatedTimestamp
The time when the most recent sync was successfully completed on the destination file system. Any changes to data on the source file system that occurred before this time have been successfully replicated to the destination file system. Any changes that occurred after this time might not be fully replicated.
- Parameters:
lastReplicatedTimestamp
- The time when the most recent sync was successfully completed on the destination file system. Any changes to data on the source file system that occurred before this time have been successfully replicated to the destination file system. Any changes that occurred after this time might not be fully replicated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ownerId
ID of the Amazon Web Services account in which the destination file system resides.
- Parameters:
ownerId
- ID of the Amazon Web Services account in which the destination file system resides.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusMessage
Message that provides details about the
PAUSED
orERRROR
state of the replication destination configuration. For more information about replication status messages, see Viewing replication details in the Amazon EFS User Guide.- Parameters:
statusMessage
- Message that provides details about thePAUSED
orERRROR
state of the replication destination configuration. For more information about replication status messages, see Viewing replication details in the Amazon EFS User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleArn
Amazon Resource Name (ARN) of the IAM role in the source account that allows Amazon EFS to perform replication on its behalf. This is optional for same-account replication and required for cross-account replication.
- Parameters:
roleArn
- Amazon Resource Name (ARN) of the IAM role in the source account that allows Amazon EFS to perform replication on its behalf. This is optional for same-account replication and required for cross-account replication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-