Interface CreateFirewallDomainListResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateFirewallDomainListResponse.Builder,,CreateFirewallDomainListResponse> Route53GlobalResolverResponse.Builder,SdkBuilder<CreateFirewallDomainListResponse.Builder,,CreateFirewallDomainListResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
CreateFirewallDomainListResponse
@Mutable
@NotThreadSafe
public static interface CreateFirewallDomainListResponse.Builder
extends Route53GlobalResolverResponse.Builder, SdkPojo, CopyableBuilder<CreateFirewallDomainListResponse.Builder,CreateFirewallDomainListResponse>
-
Method Summary
Modifier and TypeMethodDescriptionAn Amazon Resource Name (ARN) for the domain list.The time and date the domain list was created on.description(String description) Description for the domain list.domainCount(Integer domainCount) Number of domains in the domain list.globalResolverId(String globalResolverId) The ID of the Route 53 Global Resolver that the domain list is associated with.ID of the domain list.Name of the domain list.Creation status of the domain list.status(CRResourceStatus status) Creation status of the domain list.The time and date the domain list 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
-
arn
An Amazon Resource Name (ARN) for the domain list.
- Parameters:
arn- An Amazon Resource Name (ARN) for the domain list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
globalResolverId
The ID of the Route 53 Global Resolver that the domain list is associated with.
- Parameters:
globalResolverId- The ID of the Route 53 Global Resolver that the domain list is associated with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The time and date the domain list was created on.
- Parameters:
createdAt- The time and date the domain list was created on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
Description for the domain list.
- Parameters:
description- Description for the domain list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainCount
Number of domains in the domain list.
- Parameters:
domainCount- Number of domains in the domain list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
ID of the domain list.
- Parameters:
id- ID of the domain list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
Name of the domain list.
- Parameters:
name- Name of the domain list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
Creation status of the domain list.
- Parameters:
status- Creation status of the domain list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Creation status of the domain list.
- Parameters:
status- Creation status of the domain list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
updatedAt
The time and date the domain list was updated.
- Parameters:
updatedAt- The time and date the domain list was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-