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
copyMethods inherited from interface software.amazon.awssdk.services.paymentcryptography.model.PaymentCryptographyResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods 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.
-