Interface GetDefaultKeyReplicationRegionsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetDefaultKeyReplicationRegionsResponse.Builder,
,GetDefaultKeyReplicationRegionsResponse> PaymentCryptographyResponse.Builder
,SdkBuilder<GetDefaultKeyReplicationRegionsResponse.Builder,
,GetDefaultKeyReplicationRegionsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetDefaultKeyReplicationRegionsResponse
-
Method Summary
Modifier and TypeMethodDescriptionenabledReplicationRegions
(String... enabledReplicationRegions) The list of regions where default key replication is currently enabled for the account.enabledReplicationRegions
(Collection<String> enabledReplicationRegions) The list of regions where default key replication is currently 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
GetDefaultKeyReplicationRegionsResponse.Builder enabledReplicationRegions(Collection<String> enabledReplicationRegions) The list of regions where default key replication is currently enabled for the account.
New keys created in this account will automatically be replicated to these regions unless explicitly configured otherwise during key creation.
- Parameters:
enabledReplicationRegions
- The list of regions where default key replication is currently enabled for the account.New keys created in this account will automatically be replicated to these regions unless explicitly configured otherwise during key creation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enabledReplicationRegions
GetDefaultKeyReplicationRegionsResponse.Builder enabledReplicationRegions(String... enabledReplicationRegions) The list of regions where default key replication is currently enabled for the account.
New keys created in this account will automatically be replicated to these regions unless explicitly configured otherwise during key creation.
- Parameters:
enabledReplicationRegions
- The list of regions where default key replication is currently enabled for the account.New keys created in this account will automatically be replicated to these regions unless explicitly configured otherwise during key creation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-