Interface PutProtocolsListRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<PutProtocolsListRequest.Builder,
,PutProtocolsListRequest> FmsRequest.Builder
,SdkBuilder<PutProtocolsListRequest.Builder,
,PutProtocolsListRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
PutProtocolsListRequest
public static interface PutProtocolsListRequest.Builder
extends FmsRequest.Builder, SdkPojo, CopyableBuilder<PutProtocolsListRequest.Builder,PutProtocolsListRequest>
-
Method Summary
Modifier and TypeMethodDescriptionoverrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.default PutProtocolsListRequest.Builder
protocolsList
(Consumer<ProtocolsListData.Builder> protocolsList) The details of the Firewall Manager protocols list to be created.protocolsList
(ProtocolsListData protocolsList) The details of the Firewall Manager protocols list to be created.tagList
(Collection<Tag> tagList) The tags associated with the resource.tagList
(Consumer<Tag.Builder>... tagList) The tags associated with the resource.The tags associated with the resource.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.fms.model.FmsRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
protocolsList
The details of the Firewall Manager protocols list to be created.
- Parameters:
protocolsList
- The details of the Firewall Manager protocols list to be created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
protocolsList
default PutProtocolsListRequest.Builder protocolsList(Consumer<ProtocolsListData.Builder> protocolsList) The details of the Firewall Manager protocols list to be created.
This is a convenience method that creates an instance of theProtocolsListData.Builder
avoiding the need to create one manually viaProtocolsListData.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toprotocolsList(ProtocolsListData)
.- Parameters:
protocolsList
- a consumer that will call methods onProtocolsListData.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tagList
The tags associated with the resource.
- Parameters:
tagList
- The tags associated with the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagList
The tags associated with the resource.
- Parameters:
tagList
- The tags associated with the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagList
The tags associated with the resource.
This is a convenience method that creates an instance of theTag.Builder
avoiding the need to create one manually viaTag.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totagList(List<Tag>)
.- Parameters:
tagList
- a consumer that will call methods onTag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
PutProtocolsListRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
PutProtocolsListRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-