Interface CreateReusableDelegationSetRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateReusableDelegationSetRequest.Builder,CreateReusableDelegationSetRequest>,Route53Request.Builder,SdkBuilder<CreateReusableDelegationSetRequest.Builder,CreateReusableDelegationSetRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateReusableDelegationSetRequest
public static interface CreateReusableDelegationSetRequest.Builder extends Route53Request.Builder, SdkPojo, CopyableBuilder<CreateReusableDelegationSetRequest.Builder,CreateReusableDelegationSetRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateReusableDelegationSetRequest.BuildercallerReference(String callerReference)A unique string that identifies the request, and that allows you to retry failedCreateReusableDelegationSetrequests without the risk of executing the operation twice.CreateReusableDelegationSetRequest.BuilderhostedZoneId(String hostedZoneId)If you want to mark the delegation set for an existing hosted zone as reusable, the ID for that hosted zone.CreateReusableDelegationSetRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateReusableDelegationSetRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.route53.model.Route53Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
callerReference
CreateReusableDelegationSetRequest.Builder callerReference(String 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
CreateReusableDelegationSetRequest.Builder hostedZoneId(String 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
-
-