Interface ChangeResourceRecordSetsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ChangeResourceRecordSetsRequest.Builder,,ChangeResourceRecordSetsRequest> Route53Request.Builder,SdkBuilder<ChangeResourceRecordSetsRequest.Builder,,ChangeResourceRecordSetsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ChangeResourceRecordSetsRequest
public static interface ChangeResourceRecordSetsRequest.Builder
extends Route53Request.Builder, SdkPojo, CopyableBuilder<ChangeResourceRecordSetsRequest.Builder,ChangeResourceRecordSetsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionchangeBatch(Consumer<ChangeBatch.Builder> changeBatch) A complex type that contains an optional comment and theChangeselement.changeBatch(ChangeBatch changeBatch) A complex type that contains an optional comment and theChangeselement.hostedZoneId(String hostedZoneId) The ID of the hosted zone that contains the resource record sets that you want to change.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.route53.model.Route53Request.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
hostedZoneId
The ID of the hosted zone that contains the resource record sets that you want to change.
- Parameters:
hostedZoneId- The ID of the hosted zone that contains the resource record sets that you want to change.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
changeBatch
A complex type that contains an optional comment and the
Changeselement.- Parameters:
changeBatch- A complex type that contains an optional comment and theChangeselement.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
changeBatch
default ChangeResourceRecordSetsRequest.Builder changeBatch(Consumer<ChangeBatch.Builder> changeBatch) A complex type that contains an optional comment and the
This is a convenience method that creates an instance of theChangeselement.ChangeBatch.Builderavoiding the need to create one manually viaChangeBatch.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tochangeBatch(ChangeBatch).- Parameters:
changeBatch- a consumer that will call methods onChangeBatch.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
ChangeResourceRecordSetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ChangeResourceRecordSetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-