Interface GetHostedZoneRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetHostedZoneRequest.Builder,,GetHostedZoneRequest> Route53Request.Builder,SdkBuilder<GetHostedZoneRequest.Builder,,GetHostedZoneRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetHostedZoneRequest
@Mutable
@NotThreadSafe
public static interface GetHostedZoneRequest.Builder
extends Route53Request.Builder, SdkPojo, CopyableBuilder<GetHostedZoneRequest.Builder,GetHostedZoneRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the hosted zone that you want to get information about.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 hosted zone that you want to get information about.
- Parameters:
id- The ID of the hosted zone that you want to get information about.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetHostedZoneRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetHostedZoneRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-