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 theReplicationStatusType.Builder avoiding the need
to create one manually via
ReplicationStatusType.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #replicationStatus(List.
replicationStatus - a consumer that will call methods on
ReplicationStatusType.Builder#replicationStatus(java.util.Collection) Copyright © 2022. All rights reserved.