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) |
ChangeResourceRecordSetsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildChangeResourceRecordSetsRequest.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.BuilderchangeBatch(ChangeBatch)ChangeResourceRecordSetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderChangeResourceRecordSetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.