Interface CreateFirewallDomainListResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateFirewallDomainListResponse.Builder,CreateFirewallDomainListResponse>,Route53ResolverResponse.Builder,SdkBuilder<CreateFirewallDomainListResponse.Builder,CreateFirewallDomainListResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateFirewallDomainListResponse
public static interface CreateFirewallDomainListResponse.Builder extends Route53ResolverResponse.Builder, SdkPojo, CopyableBuilder<CreateFirewallDomainListResponse.Builder,CreateFirewallDomainListResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default CreateFirewallDomainListResponse.BuilderfirewallDomainList(Consumer<FirewallDomainList.Builder> firewallDomainList)The domain list that you just created.CreateFirewallDomainListResponse.BuilderfirewallDomainList(FirewallDomainList firewallDomainList)The domain list that you just created.-
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
-
firewallDomainList
CreateFirewallDomainListResponse.Builder firewallDomainList(FirewallDomainList firewallDomainList)
The domain list that you just created.
- Parameters:
firewallDomainList- The domain list that you just created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
firewallDomainList
default CreateFirewallDomainListResponse.Builder firewallDomainList(Consumer<FirewallDomainList.Builder> firewallDomainList)
The domain list that you just created.
This is a convenience method that creates an instance of theFirewallDomainList.Builderavoiding the need to create one manually viaFirewallDomainList.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofirewallDomainList(FirewallDomainList).- Parameters:
firewallDomainList- a consumer that will call methods onFirewallDomainList.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
firewallDomainList(FirewallDomainList)
-
-