Interface EnableDefaultKeyReplicationRegionsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<EnableDefaultKeyReplicationRegionsResponse.Builder,
,EnableDefaultKeyReplicationRegionsResponse> PaymentCryptographyResponse.Builder
,SdkBuilder<EnableDefaultKeyReplicationRegionsResponse.Builder,
,EnableDefaultKeyReplicationRegionsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
EnableDefaultKeyReplicationRegionsResponse
@Mutable
@NotThreadSafe
public static interface EnableDefaultKeyReplicationRegionsResponse.Builder
extends PaymentCryptographyResponse.Builder, SdkPojo, CopyableBuilder<EnableDefaultKeyReplicationRegionsResponse.Builder,EnableDefaultKeyReplicationRegionsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionenabledReplicationRegions
(String... enabledReplicationRegions) The complete list of regions where default key replication is now enabled for the account.enabledReplicationRegions
(Collection<String> enabledReplicationRegions) The complete list of regions where default key replication is now enabled for the account.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.paymentcryptography.model.PaymentCryptographyResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
enabledReplicationRegions
EnableDefaultKeyReplicationRegionsResponse.Builder enabledReplicationRegions(Collection<String> enabledReplicationRegions) The complete list of regions where default key replication is now enabled for the account.
This includes both previously enabled regions and the newly added regions from this operation.
- Parameters:
enabledReplicationRegions
- The complete list of regions where default key replication is now enabled for the account.This includes both previously enabled regions and the newly added regions from this operation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enabledReplicationRegions
EnableDefaultKeyReplicationRegionsResponse.Builder enabledReplicationRegions(String... enabledReplicationRegions) The complete list of regions where default key replication is now enabled for the account.
This includes both previously enabled regions and the newly added regions from this operation.
- Parameters:
enabledReplicationRegions
- The complete list of regions where default key replication is now enabled for the account.This includes both previously enabled regions and the newly added regions from this operation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-