Interface ActivateKeySigningKeyRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ActivateKeySigningKeyRequest.Builder,,ActivateKeySigningKeyRequest> Route53Request.Builder,SdkBuilder<ActivateKeySigningKeyRequest.Builder,,ActivateKeySigningKeyRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- ActivateKeySigningKeyRequest
@Mutable
@NotThreadSafe
public static interface ActivateKeySigningKeyRequest.Builder
extends Route53Request.Builder, SdkPojo, CopyableBuilder<ActivateKeySigningKeyRequest.Builder,ActivateKeySigningKeyRequest>
-
Method Summary
Modifier and TypeMethodDescriptionhostedZoneId(String hostedZoneId) A unique string used to identify a hosted zone.A string used to identify a key-signing key (KSK).overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.route53.model.Route53Request.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
hostedZoneId
A unique string used to identify a hosted zone.
- Parameters:
hostedZoneId- A unique string used to identify a hosted zone.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
A string used to identify a key-signing key (KSK).
Namecan include numbers, letters, and underscores (_).Namemust be unique for each key-signing key in the same hosted zone.- Parameters:
name- A string used to identify a key-signing key (KSK).Namecan include numbers, letters, and underscores (_).Namemust be unique for each key-signing key in the same hosted zone.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ActivateKeySigningKeyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ActivateKeySigningKeyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-