Interface DeleteGlobalResolverResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DeleteGlobalResolverResponse.Builder,,DeleteGlobalResolverResponse> Route53GlobalResolverResponse.Builder,SdkBuilder<DeleteGlobalResolverResponse.Builder,,DeleteGlobalResolverResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DeleteGlobalResolverResponse
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the deleted Route 53 Global Resolver.clientToken(String clientToken) The unique string that identifies the request and ensures idempotency.The date and time when the Route 53 Global Resolver was originally created.description(String description) The description of the deleted Route 53 Global Resolver.The hostname that DNS clients used for TLS certificate validation when connecting to the deleted Route 53 Global Resolver.The unique identifier of the deleted Route 53 Global Resolver.ipv4Addresses(String... ipv4Addresses) The global anycast IPv4 addresses that were associated with the deleted Route 53 Global Resolver.ipv4Addresses(Collection<String> ipv4Addresses) The global anycast IPv4 addresses that were associated with the deleted Route 53 Global Resolver.The name of the deleted Route 53 Global Resolver.observabilityRegion(String observabilityRegion) The AWS Region where observability data for the deleted Route 53 Global Resolver was stored.The AWS Regions where the deleted Route 53 Global Resolver was deployed and operational.regions(Collection<String> regions) The AWS Regions where the deleted Route 53 Global Resolver was deployed and operational.The final status of the deleted Route 53 Global Resolver.status(CRResourceStatus status) The final status of the deleted Route 53 Global Resolver.The date and time when the Route 53 Global Resolver was last updated before deletion.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 deleted Route 53 Global Resolver.
- Parameters:
id- The unique identifier of the deleted Route 53 Global Resolver.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The Amazon Resource Name (ARN) of the deleted Route 53 Global Resolver.
- Parameters:
arn- The Amazon Resource Name (ARN) of the deleted Route 53 Global Resolver.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
The unique string that identifies the request and ensures idempotency.
- Parameters:
clientToken- The unique string that identifies the request and ensures idempotency.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dnsName
The hostname that DNS clients used for TLS certificate validation when connecting to the deleted Route 53 Global Resolver.
- Parameters:
dnsName- The hostname that DNS clients used for TLS certificate validation when connecting to the deleted Route 53 Global Resolver.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
observabilityRegion
The AWS Region where observability data for the deleted Route 53 Global Resolver was stored.
- Parameters:
observabilityRegion- The AWS Region where observability data for the deleted Route 53 Global Resolver was stored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the deleted Route 53 Global Resolver.
- Parameters:
name- The name of the deleted Route 53 Global Resolver.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the deleted Route 53 Global Resolver.
- Parameters:
description- The description of the deleted Route 53 Global Resolver.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
regions
The AWS Regions where the deleted Route 53 Global Resolver was deployed and operational.
- Parameters:
regions- The AWS Regions where the deleted Route 53 Global Resolver was deployed and operational.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
regions
The AWS Regions where the deleted Route 53 Global Resolver was deployed and operational.
- Parameters:
regions- The AWS Regions where the deleted Route 53 Global Resolver was deployed and operational.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The date and time when the Route 53 Global Resolver was originally created.
- Parameters:
createdAt- The date and time when the Route 53 Global Resolver 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 Route 53 Global Resolver was last updated before deletion.
- Parameters:
updatedAt- The date and time when the Route 53 Global Resolver was last updated before deletion.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The final status of the deleted Route 53 Global Resolver.
- Parameters:
status- The final status of the deleted Route 53 Global Resolver.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The final status of the deleted Route 53 Global Resolver.
- Parameters:
status- The final status of the deleted Route 53 Global Resolver.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
ipv4Addresses
The global anycast IPv4 addresses that were associated with the deleted Route 53 Global Resolver.
- Parameters:
ipv4Addresses- The global anycast IPv4 addresses that were associated with the deleted Route 53 Global Resolver.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipv4Addresses
The global anycast IPv4 addresses that were associated with the deleted Route 53 Global Resolver.
- Parameters:
ipv4Addresses- The global anycast IPv4 addresses that were associated with the deleted Route 53 Global Resolver.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-