Interface UpdateFirewallDomainsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateFirewallDomainsResponse.Builder,UpdateFirewallDomainsResponse>,Route53ResolverResponse.Builder,SdkBuilder<UpdateFirewallDomainsResponse.Builder,UpdateFirewallDomainsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateFirewallDomainsResponse
public static interface UpdateFirewallDomainsResponse.Builder extends Route53ResolverResponse.Builder, SdkPojo, CopyableBuilder<UpdateFirewallDomainsResponse.Builder,UpdateFirewallDomainsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateFirewallDomainsResponse.Builderid(String id)The ID of the firewall domain list that DNS Firewall just updated.UpdateFirewallDomainsResponse.Buildername(String name)The name of the domain list.UpdateFirewallDomainsResponse.Builderstatus(String status)Status of theUpdateFirewallDomainsrequest.UpdateFirewallDomainsResponse.Builderstatus(FirewallDomainListStatus status)Status of theUpdateFirewallDomainsrequest.UpdateFirewallDomainsResponse.BuilderstatusMessage(String statusMessage)Additional information about the status of the list, if available.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.route53resolver.model.Route53ResolverResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
id
UpdateFirewallDomainsResponse.Builder id(String id)
The ID of the firewall domain list that DNS Firewall just updated.
- Parameters:
id- The ID of the firewall domain list that DNS Firewall just updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UpdateFirewallDomainsResponse.Builder name(String name)
The name of the domain list.
- Parameters:
name- The name of the domain list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
UpdateFirewallDomainsResponse.Builder status(String status)
Status of the
UpdateFirewallDomainsrequest.- Parameters:
status- Status of theUpdateFirewallDomainsrequest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FirewallDomainListStatus,FirewallDomainListStatus
-
status
UpdateFirewallDomainsResponse.Builder status(FirewallDomainListStatus status)
Status of the
UpdateFirewallDomainsrequest.- Parameters:
status- Status of theUpdateFirewallDomainsrequest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FirewallDomainListStatus,FirewallDomainListStatus
-
statusMessage
UpdateFirewallDomainsResponse.Builder statusMessage(String statusMessage)
Additional information about the status of the list, if available.
- Parameters:
statusMessage- Additional information about the status of the list, if available.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-