Interface GetHostedZoneAssociationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetHostedZoneAssociationResponse.Builder,,GetHostedZoneAssociationResponse> Route53GlobalResolverResponse.Builder,SdkBuilder<GetHostedZoneAssociationResponse.Builder,,GetHostedZoneAssociationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetHostedZoneAssociationResponse
@Mutable
@NotThreadSafe
public static interface GetHostedZoneAssociationResponse.Builder
extends Route53GlobalResolverResponse.Builder, SdkPojo, CopyableBuilder<GetHostedZoneAssociationResponse.Builder,GetHostedZoneAssociationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe time and date the private hosted zone association was created.hostedZoneId(String hostedZoneId) ID of the hosted zone associated to the DNS view.hostedZoneName(String hostedZoneName) Name of the domain associated with the private hosted zone.ID of the private hosted zone association.Name of the private hosted zone association.resourceArn(String resourceArn) Amazon Resource Name (ARN) of the DNS view the private hosted zone is associated to.The operational status of the private hosted zone association.status(HostedZoneAssociationStatus status) The operational status of the private hosted zone association.The time and date the private hosted zone association was updated.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 private hosted zone association.
- Parameters:
id- ID of the private hosted zone association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceArn
Amazon Resource Name (ARN) of the DNS view the private hosted zone is associated to.
- Parameters:
resourceArn- Amazon Resource Name (ARN) of the DNS view 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 hosted zone associated to the DNS view.
- Parameters:
hostedZoneId- ID of the hosted zone associated to the DNS view.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hostedZoneName
Name of the domain associated with the private hosted zone.
- Parameters:
hostedZoneName- Name of the domain associated with the private hosted zone.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
Name of the private hosted zone association.
- Parameters:
name- Name of the private hosted zone association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The time and date the private hosted zone association was created.
- Parameters:
createdAt- The time and date the private hosted zone association was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The time and date the private hosted zone association was updated.
- Parameters:
updatedAt- The time and date the private hosted zone association was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The operational status of the private hosted zone association.
- Parameters:
status- The operational status of the private hosted zone association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The operational status of the private hosted zone association.
- Parameters:
status- The operational status of the private hosted zone association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-