public static interface PutProtocolsListRequest.Builder extends FmsRequest.Builder, SdkPojo, CopyableBuilder<PutProtocolsListRequest.Builder,PutProtocolsListRequest>
| Modifier and Type | Method and Description |
|---|---|
PutProtocolsListRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutProtocolsListRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default PutProtocolsListRequest.Builder |
protocolsList(Consumer<ProtocolsListData.Builder> protocolsList)
The details of the Firewall Manager protocols list to be created.
|
PutProtocolsListRequest.Builder |
protocolsList(ProtocolsListData protocolsList)
The details of the Firewall Manager protocols list to be created.
|
PutProtocolsListRequest.Builder |
tagList(Collection<Tag> tagList)
The tags associated with the resource.
|
PutProtocolsListRequest.Builder |
tagList(Consumer<Tag.Builder>... tagList)
The tags associated with the resource.
|
PutProtocolsListRequest.Builder |
tagList(Tag... tagList)
The tags associated with the resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutProtocolsListRequest.Builder protocolsList(ProtocolsListData protocolsList)
The details of the Firewall Manager protocols list to be created.
protocolsList - The details of the Firewall Manager protocols list to be created.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 via ProtocolsListData.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to protocolsList(ProtocolsListData).protocolsList - a consumer that will call methods on ProtocolsListData.BuilderprotocolsList(ProtocolsListData)PutProtocolsListRequest.Builder tagList(Collection<Tag> tagList)
The tags associated with the resource.
tagList - The tags associated with the resource.PutProtocolsListRequest.Builder tagList(Tag... tagList)
The tags associated with the resource.
tagList - The tags associated with the resource.PutProtocolsListRequest.Builder tagList(Consumer<Tag.Builder>... tagList)
The tags associated with the resource.
This is a convenience method that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tagList(List) .tagList - a consumer that will call methods on List.Builder #tagList(List) PutProtocolsListRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutProtocolsListRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.