Interface GetChangeRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetChangeRequest.Builder,,GetChangeRequest> Route53Request.Builder,SdkBuilder<GetChangeRequest.Builder,,GetChangeRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetChangeRequest
@Mutable
@NotThreadSafe
public static interface GetChangeRequest.Builder
extends Route53Request.Builder, SdkPojo, CopyableBuilder<GetChangeRequest.Builder,GetChangeRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the change batch request.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) 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, sdkFieldNameToField, sdkFields
-
Method Details
-
id
The ID of the change batch request. The value that you specify here is the value that
ChangeResourceRecordSetsreturned in theIdelement when you submitted the request.- Parameters:
id- The ID of the change batch request. The value that you specify here is the value thatChangeResourceRecordSetsreturned in theIdelement when you submitted the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetChangeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetChangeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-