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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default ChangeResourceRecordSetsRequest.BuilderchangeBatch(Consumer<ChangeBatch.Builder> changeBatch)A complex type that contains an optional comment and theChangeselement.ChangeResourceRecordSetsRequest.BuilderchangeBatch(ChangeBatch changeBatch)A complex type that contains an optional comment and theChangeselement.ChangeResourceRecordSetsRequest.BuilderhostedZoneId(String hostedZoneId)The ID of the hosted zone that contains the resource record sets that you want to change.ChangeResourceRecordSetsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ChangeResourceRecordSetsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.route53.model.Route53Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
hostedZoneId
ChangeResourceRecordSetsRequest.Builder hostedZoneId(String 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
ChangeResourceRecordSetsRequest.Builder changeBatch(ChangeBatch 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:
changeBatch(ChangeBatch)
-
overrideConfiguration
ChangeResourceRecordSetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ChangeResourceRecordSetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-