Interface DisassociateHostedZoneResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DisassociateHostedZoneResponse.Builder,,DisassociateHostedZoneResponse> Route53GlobalResolverResponse.Builder,SdkBuilder<DisassociateHostedZoneResponse.Builder,,DisassociateHostedZoneResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DisassociateHostedZoneResponse
@Mutable
@NotThreadSafe
public static interface DisassociateHostedZoneResponse.Builder
extends Route53GlobalResolverResponse.Builder, SdkPojo, CopyableBuilder<DisassociateHostedZoneResponse.Builder,DisassociateHostedZoneResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe date and time when the association was originally created.hostedZoneId(String hostedZoneId) The ID of the Route 53 private hosted zone that was disassociated.hostedZoneName(String hostedZoneName) The name of the Route 53 private hosted zone that was disassociated.The unique identifier of the disassociation.The name of the association that was removed.resourceArn(String resourceArn) The Amazon Resource Name (ARN) of the Route 53 Global Resolver resource that the hosted zone was disassociated from.The final status of the disassociation.status(HostedZoneAssociationStatus status) The final status of the disassociation.The date and time when the association was last updated before disassociation.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 unique identifier of the disassociation.
- Parameters:
id- The unique identifier of the disassociation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceArn
The Amazon Resource Name (ARN) of the Route 53 Global Resolver resource that the hosted zone was disassociated from.
- Parameters:
resourceArn- The Amazon Resource Name (ARN) of the Route 53 Global Resolver resource that the hosted zone was disassociated from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hostedZoneId
The ID of the Route 53 private hosted zone that was disassociated.
- Parameters:
hostedZoneId- The ID of the Route 53 private hosted zone that was disassociated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hostedZoneName
The name of the Route 53 private hosted zone that was disassociated.
- Parameters:
hostedZoneName- The name of the Route 53 private hosted zone that was disassociated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the association that was removed.
- Parameters:
name- The name of the association that was removed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The date and time when the association was originally created.
- Parameters:
createdAt- The date and time when the association was originally created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The date and time when the association was last updated before disassociation.
- Parameters:
updatedAt- The date and time when the association was last updated before disassociation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The final status of the disassociation.
- Parameters:
status- The final status of the disassociation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The final status of the disassociation.
- Parameters:
status- The final status of the disassociation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-