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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description PutProtocolsListRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutProtocolsListRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default PutProtocolsListRequest.BuilderprotocolsList(Consumer<ProtocolsListData.Builder> protocolsList)The details of the Firewall Manager protocols list to be created.PutProtocolsListRequest.BuilderprotocolsList(ProtocolsListData protocolsList)The details of the Firewall Manager protocols list to be created.PutProtocolsListRequest.BuildertagList(Collection<Tag> tagList)The tags associated with the resource.PutProtocolsListRequest.BuildertagList(Consumer<Tag.Builder>... tagList)The tags associated with the resource.PutProtocolsListRequest.BuildertagList(Tag... tagList)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 Detail
-
protocolsList
PutProtocolsListRequest.Builder protocolsList(ProtocolsListData 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.Builderavoiding the need to create one manually viaProtocolsListData.builder().When the
Consumercompletes,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:
protocolsList(ProtocolsListData)
-
tagList
PutProtocolsListRequest.Builder tagList(Collection<Tag> 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
PutProtocolsListRequest.Builder tagList(Tag... 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
PutProtocolsListRequest.Builder tagList(Consumer<Tag.Builder>... tagList)
The tags associated with the resource.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tagList(List.) - 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:
#tagList(java.util.Collection)
-
overrideConfiguration
PutProtocolsListRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
PutProtocolsListRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-