public static interface ChangeResourceRecordSetsRequest.Builder extends Route53Request.Builder, SdkPojo, CopyableBuilder<ChangeResourceRecordSetsRequest.Builder,ChangeResourceRecordSetsRequest>
Modifier and Type | Method and Description |
---|---|
ChangeResourceRecordSetsRequest.Builder |
changeBatch(ChangeBatch changeBatch)
A complex type that contains an optional comment and the
Changes element. |
default ChangeResourceRecordSetsRequest.Builder |
changeBatch(Consumer<ChangeBatch.Builder> changeBatch)
A complex type that contains an optional comment and the
Changes element. |
ChangeResourceRecordSetsRequest.Builder |
hostedZoneId(String hostedZoneId)
The ID of the hosted zone that contains the resource record sets that you want to change.
|
ChangeResourceRecordSetsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ChangeResourceRecordSetsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
ChangeResourceRecordSetsRequest.Builder hostedZoneId(String hostedZoneId)
The ID of the hosted zone that contains the resource record sets that you want to change.
hostedZoneId
- The ID of the hosted zone that contains the resource record sets that you want to change.ChangeResourceRecordSetsRequest.Builder changeBatch(ChangeBatch changeBatch)
A complex type that contains an optional comment and the Changes
element.
changeBatch
- A complex type that contains an optional comment and the Changes
element.default ChangeResourceRecordSetsRequest.Builder changeBatch(Consumer<ChangeBatch.Builder> changeBatch)
A complex type that contains an optional comment and the Changes
element.
ChangeBatch.Builder
avoiding the need to create
one manually via ChangeBatch.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its result
is passed to changeBatch(ChangeBatch)
.changeBatch
- a consumer that will call methods on ChangeBatch.Builder
changeBatch(ChangeBatch)
ChangeResourceRecordSetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ChangeResourceRecordSetsRequest.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.