Interface GetFirewallDomainListResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetFirewallDomainListResponse.Builder,,GetFirewallDomainListResponse> Route53GlobalResolverResponse.Builder,SdkBuilder<GetFirewallDomainListResponse.Builder,,GetFirewallDomainListResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetFirewallDomainListResponse
@Mutable
@NotThreadSafe
public static interface GetFirewallDomainListResponse.Builder
extends Route53GlobalResolverResponse.Builder, SdkPojo, CopyableBuilder<GetFirewallDomainListResponse.Builder,GetFirewallDomainListResponse>
-
Method Summary
Modifier and TypeMethodDescriptionAmazon Resource Name (ARN) of the domain list.clientToken(String clientToken) A unique, case-sensitive identifier to ensure idempotency.The time and date the domain list was created.description(String description) The description of the domain list.domainCount(Integer domainCount) Number of domains in the domain list.globalResolverId(String globalResolverId) ID of the Global Resolver that the domain list is associated to.ID of the domain list.Name of the domain list.Operational status of the domain list.status(CRResourceStatus status) Operational status of the domain list.statusMessage(String statusMessage) Additional information about the status of the domain list.The date and time 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
Amazon Resource Name (ARN) of the domain list.
- Parameters:
arn- Amazon Resource Name (ARN) of the domain list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
globalResolverId
ID of the Global Resolver that the domain list is associated to.
- Parameters:
globalResolverId- ID of the Global Resolver that the domain list is associated to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
A unique, case-sensitive identifier to ensure idempotency. This means that making the same request multiple times with the same
clientTokenhas the same result every time.- Parameters:
clientToken- A unique, case-sensitive identifier to ensure idempotency. This means that making the same request multiple times with the sameclientTokenhas the same result every time.- 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.
- Parameters:
createdAt- The time and date the domain list was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the domain list.
- Parameters:
description- The description of 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
Operational status of the domain list.
- Parameters:
status- Operational status of the domain list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Operational status of the domain list.
- Parameters:
status- Operational status of the domain list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusMessage
Additional information about the status of the domain list.
- Parameters:
statusMessage- Additional information about the status of the domain list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The date and time the domain list was updated.
- Parameters:
updatedAt- The date and time the domain list was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-