Interface GetHostedZoneRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetHostedZoneRequest.Builder,GetHostedZoneRequest>,Route53Request.Builder,SdkBuilder<GetHostedZoneRequest.Builder,GetHostedZoneRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetHostedZoneRequest
public static interface GetHostedZoneRequest.Builder extends Route53Request.Builder, SdkPojo, CopyableBuilder<GetHostedZoneRequest.Builder,GetHostedZoneRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetHostedZoneRequest.Builderid(String id)The ID of the hosted zone that you want to get information about.GetHostedZoneRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetHostedZoneRequest.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
-
id
GetHostedZoneRequest.Builder id(String 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
-
-