public static interface DeleteReusableDelegationSetRequest.Builder extends Route53Request.Builder, CopyableBuilder<DeleteReusableDelegationSetRequest.Builder,DeleteReusableDelegationSetRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteReusableDelegationSetRequest.Builder |
id(String id)
The ID of the reusable delegation set that you want to delete.
|
DeleteReusableDelegationSetRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DeleteReusableDelegationSetRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildDeleteReusableDelegationSetRequest.Builder id(String id)
The ID of the reusable delegation set that you want to delete.
id - The ID of the reusable delegation set that you want to delete.DeleteReusableDelegationSetRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DeleteReusableDelegationSetRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.