Interface RemoveRegionsFromReplicationResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<RemoveRegionsFromReplicationResponse.Builder,,RemoveRegionsFromReplicationResponse> SdkBuilder<RemoveRegionsFromReplicationResponse.Builder,,RemoveRegionsFromReplicationResponse> SdkPojo,SdkResponse.Builder,SecretsManagerResponse.Builder
- Enclosing class:
 RemoveRegionsFromReplicationResponse
public static interface RemoveRegionsFromReplicationResponse.Builder
extends SecretsManagerResponse.Builder, SdkPojo, CopyableBuilder<RemoveRegionsFromReplicationResponse.Builder,RemoveRegionsFromReplicationResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the primary secret.replicationStatus(Collection<ReplicationStatusType> replicationStatus) The status of replicas for this secret after you remove Regions.replicationStatus(Consumer<ReplicationStatusType.Builder>... replicationStatus) The status of replicas for this secret after you remove Regions.replicationStatus(ReplicationStatusType... replicationStatus) The status of replicas for this secret after you remove Regions.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.secretsmanager.model.SecretsManagerResponse.Builder
build, responseMetadata, responseMetadata 
- 
Method Details
- 
arn
The ARN of the primary secret.
- Parameters:
 arn- The ARN of the primary secret.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
replicationStatus
RemoveRegionsFromReplicationResponse.Builder replicationStatus(Collection<ReplicationStatusType> replicationStatus) The status of replicas for this secret after you remove Regions.
- Parameters:
 replicationStatus- The status of replicas for this secret after you remove Regions.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
replicationStatus
RemoveRegionsFromReplicationResponse.Builder replicationStatus(ReplicationStatusType... replicationStatus) The status of replicas for this secret after you remove Regions.
- Parameters:
 replicationStatus- The status of replicas for this secret after you remove Regions.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
replicationStatus
RemoveRegionsFromReplicationResponse.Builder replicationStatus(Consumer<ReplicationStatusType.Builder>... replicationStatus) The status of replicas for this secret after you remove Regions.
This is a convenience method that creates an instance of theReplicationStatusType.Builderavoiding the need to create one manually viaReplicationStatusType.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toreplicationStatus(List<ReplicationStatusType>).- Parameters:
 replicationStatus- a consumer that will call methods onReplicationStatusType.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -