Interface DisableDefaultKeyReplicationRegionsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DisableDefaultKeyReplicationRegionsResponse.Builder,,DisableDefaultKeyReplicationRegionsResponse> PaymentCryptographyResponse.Builder,SdkBuilder<DisableDefaultKeyReplicationRegionsResponse.Builder,,DisableDefaultKeyReplicationRegionsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DisableDefaultKeyReplicationRegionsResponse
@Mutable
@NotThreadSafe
public static interface DisableDefaultKeyReplicationRegionsResponse.Builder
extends PaymentCryptographyResponse.Builder, SdkPojo, CopyableBuilder<DisableDefaultKeyReplicationRegionsResponse.Builder,DisableDefaultKeyReplicationRegionsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionenabledReplicationRegions(String... enabledReplicationRegions) The remaining list of regions where default key replication is still enabled for the account.enabledReplicationRegions(Collection<String> enabledReplicationRegions) The remaining list of regions where default key replication is still 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
DisableDefaultKeyReplicationRegionsResponse.Builder enabledReplicationRegions(Collection<String> enabledReplicationRegions) The remaining list of regions where default key replication is still enabled for the account.
This reflects the account's default replication configuration after removing the specified regions.
- Parameters:
enabledReplicationRegions- The remaining list of regions where default key replication is still enabled for the account.This reflects the account's default replication configuration after removing the specified regions.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enabledReplicationRegions
DisableDefaultKeyReplicationRegionsResponse.Builder enabledReplicationRegions(String... enabledReplicationRegions) The remaining list of regions where default key replication is still enabled for the account.
This reflects the account's default replication configuration after removing the specified regions.
- Parameters:
enabledReplicationRegions- The remaining list of regions where default key replication is still enabled for the account.This reflects the account's default replication configuration after removing the specified regions.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-