Interface PutAppsListRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<PutAppsListRequest.Builder,
,PutAppsListRequest> FmsRequest.Builder
,SdkBuilder<PutAppsListRequest.Builder,
,PutAppsListRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
PutAppsListRequest
public static interface PutAppsListRequest.Builder
extends FmsRequest.Builder, SdkPojo, CopyableBuilder<PutAppsListRequest.Builder,PutAppsListRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondefault PutAppsListRequest.Builder
appsList
(Consumer<AppsListData.Builder> appsList) The details of the Firewall Manager applications list to be created.appsList
(AppsListData appsList) The details of the Firewall Manager applications list to be created.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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
-
appsList
The details of the Firewall Manager applications list to be created.
- Parameters:
appsList
- The details of the Firewall Manager applications list to be created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appsList
The details of the Firewall Manager applications list to be created.
This is a convenience method that creates an instance of theAppsListData.Builder
avoiding the need to create one manually viaAppsListData.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toappsList(AppsListData)
.- Parameters:
appsList
- a consumer that will call methods onAppsListData.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
PutAppsListRequest.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
PutAppsListRequest.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.
-