Interface AssociateHostedZoneResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<AssociateHostedZoneResponse.Builder,,AssociateHostedZoneResponse> Route53GlobalResolverResponse.Builder,SdkBuilder<AssociateHostedZoneResponse.Builder,,AssociateHostedZoneResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
AssociateHostedZoneResponse
@Mutable
@NotThreadSafe
public static interface AssociateHostedZoneResponse.Builder
extends Route53GlobalResolverResponse.Builder, SdkPojo, CopyableBuilder<AssociateHostedZoneResponse.Builder,AssociateHostedZoneResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe date and time the private hosted zone association was created.hostedZoneId(String hostedZoneId) ID of the private hosted zone.hostedZoneName(String hostedZoneName) Name of the hosted zone (also the domain associated with the hosted zone).ID of the association.Name for the private hosted zone association.resourceArn(String resourceArn) An Amazon Resource Name (ARN) of the Route 53 Global Resolver the private hosted zone is associated to.Aggregate status for all the AWS Regions in which the Route 53 Global Resolver exists.status(HostedZoneAssociationStatus status) Aggregate status for all the AWS Regions in which the Route 53 Global Resolver exists.The date and time the private hosted zone association was modified.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.route53globalresolver.model.Route53GlobalResolverResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
id
ID of the association.
- Parameters:
id- ID of the association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceArn
An Amazon Resource Name (ARN) of the Route 53 Global Resolver the private hosted zone is associated to.
- Parameters:
resourceArn- An Amazon Resource Name (ARN) of the Route 53 Global Resolver the private hosted zone is associated to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hostedZoneId
ID of the private hosted zone.
- Parameters:
hostedZoneId- ID of the private hosted zone.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hostedZoneName
Name of the hosted zone (also the domain associated with the hosted zone).
- Parameters:
hostedZoneName- Name of the hosted zone (also the domain associated with the hosted zone).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
Name for the private hosted zone association.
- Parameters:
name- Name for the private hosted zone association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The date and time the private hosted zone association was created.
- Parameters:
createdAt- The date and time the private hosted zone association was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The date and time the private hosted zone association was modified.
- Parameters:
updatedAt- The date and time the private hosted zone association was modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
Aggregate status for all the AWS Regions in which the Route 53 Global Resolver exists.
- Parameters:
status- Aggregate status for all the AWS Regions in which the Route 53 Global Resolver exists.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Aggregate status for all the AWS Regions in which the Route 53 Global Resolver exists.
- Parameters:
status- Aggregate status for all the AWS Regions in which the Route 53 Global Resolver exists.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-