public static interface CreateReusableDelegationSetRequest.Builder extends Route53Request.Builder, SdkPojo, CopyableBuilder<CreateReusableDelegationSetRequest.Builder,CreateReusableDelegationSetRequest>
Modifier and Type | Method and Description |
---|---|
CreateReusableDelegationSetRequest.Builder |
callerReference(String callerReference)
A unique string that identifies the request, and that allows you to retry failed
CreateReusableDelegationSet requests without the risk of executing the operation twice. |
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.
|
CreateReusableDelegationSetRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
CreateReusableDelegationSetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
CreateReusableDelegationSetRequest.Builder callerReference(String callerReference)
A unique string that identifies the request, and that allows you to retry failed
CreateReusableDelegationSet
requests without the risk of executing the operation twice. You must
use a unique CallerReference
string every time you submit a
CreateReusableDelegationSet
request. CallerReference
can be any unique string, for
example a date/time stamp.
callerReference
- A unique string that identifies the request, and that allows you to retry failed
CreateReusableDelegationSet
requests without the risk of executing the operation twice.
You must use a unique CallerReference
string every time you submit a
CreateReusableDelegationSet
request. CallerReference
can be any unique
string, for example a date/time stamp.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.
hostedZoneId
- If you want to mark the delegation set for an existing hosted zone as reusable, the ID for that hosted
zone.CreateReusableDelegationSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.CreateReusableDelegationSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.