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