Interface CreateReusableDelegationSetRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateReusableDelegationSetRequest.Builder,,CreateReusableDelegationSetRequest> Route53Request.Builder,SdkBuilder<CreateReusableDelegationSetRequest.Builder,,CreateReusableDelegationSetRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateReusableDelegationSetRequest
@Mutable
@NotThreadSafe
public static interface CreateReusableDelegationSetRequest.Builder
extends Route53Request.Builder, SdkPojo, CopyableBuilder<CreateReusableDelegationSetRequest.Builder,CreateReusableDelegationSetRequest>
-
Method Summary
Modifier and TypeMethodDescriptioncallerReference(String callerReference) A unique string that identifies the request, and that allows you to retry failedCreateReusableDelegationSetrequests without the risk of executing the operation twice.hostedZoneId(String hostedZoneId) If you want to mark the delegation set for an existing hosted zone as reusable, the ID for that hosted zone.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
-
callerReference
A unique string that identifies the request, and that allows you to retry failed
CreateReusableDelegationSetrequests without the risk of executing the operation twice. You must use a uniqueCallerReferencestring every time you submit aCreateReusableDelegationSetrequest.CallerReferencecan be any unique string, for example a date/time stamp.- Parameters:
callerReference- A unique string that identifies the request, and that allows you to retry failedCreateReusableDelegationSetrequests without the risk of executing the operation twice. You must use a uniqueCallerReferencestring every time you submit aCreateReusableDelegationSetrequest.CallerReferencecan be any unique string, for example a date/time stamp.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hostedZoneId
If you want to mark the delegation set for an existing hosted zone as reusable, the ID for that hosted zone.
- Parameters:
hostedZoneId- If you want to mark the delegation set for an existing hosted zone as reusable, the ID for that hosted zone.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateReusableDelegationSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateReusableDelegationSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-