public static interface RemoveRegionsFromReplicationResponse.Builder extends SecretsManagerResponse.Builder, SdkPojo, CopyableBuilder<RemoveRegionsFromReplicationResponse.Builder,RemoveRegionsFromReplicationResponse>
| Modifier and Type | Method and Description |
|---|---|
RemoveRegionsFromReplicationResponse.Builder |
arn(String arn)
The ARN of the primary secret.
|
RemoveRegionsFromReplicationResponse.Builder |
replicationStatus(Collection<ReplicationStatusType> replicationStatus)
The status of replicas for this secret after you remove Regions.
|
RemoveRegionsFromReplicationResponse.Builder |
replicationStatus(Consumer<ReplicationStatusType.Builder>... replicationStatus)
The status of replicas for this secret after you remove Regions.
|
RemoveRegionsFromReplicationResponse.Builder |
replicationStatus(ReplicationStatusType... replicationStatus)
The status of replicas for this secret after you remove Regions.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildRemoveRegionsFromReplicationResponse.Builder arn(String arn)
The ARN of the primary secret.
arn - The ARN of the primary secret.RemoveRegionsFromReplicationResponse.Builder replicationStatus(Collection<ReplicationStatusType> replicationStatus)
The status of replicas for this secret after you remove Regions.
replicationStatus - The status of replicas for this secret after you remove Regions.RemoveRegionsFromReplicationResponse.Builder replicationStatus(ReplicationStatusType... replicationStatus)
The status of replicas for this secret after you remove Regions.
replicationStatus - The status of replicas for this secret after you remove Regions.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 theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #replicationStatus(List) .replicationStatus - a consumer that will call methods on List.Builder #replicationStatus(List) Copyright © 2022. All rights reserved.