public static interface PutAppsListRequest.Builder extends FmsRequest.Builder, SdkPojo, CopyableBuilder<PutAppsListRequest.Builder,PutAppsListRequest>
Modifier and Type | Method and Description |
---|---|
PutAppsListRequest.Builder |
appsList(AppsListData appsList)
The details of the AWS Firewall Manager applications list to be created.
|
default PutAppsListRequest.Builder |
appsList(Consumer<AppsListData.Builder> appsList)
The details of the AWS Firewall Manager applications list to be created.
|
PutAppsListRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
PutAppsListRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
PutAppsListRequest.Builder |
tagList(Collection<Tag> tagList)
The tags associated with the resource.
|
PutAppsListRequest.Builder |
tagList(Consumer<Tag.Builder>... tagList)
The tags associated with the resource.
|
PutAppsListRequest.Builder |
tagList(Tag... tagList)
The tags associated with the resource.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
PutAppsListRequest.Builder appsList(AppsListData appsList)
The details of the AWS Firewall Manager applications list to be created.
appsList
- The details of the AWS Firewall Manager applications list to be created.default PutAppsListRequest.Builder appsList(Consumer<AppsListData.Builder> appsList)
The details of the AWS Firewall Manager applications list to be created.
This is a convenience that creates an instance of theAppsListData.Builder
avoiding the need to
create one manually via AppsListData.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to appsList(AppsListData)
.appsList
- a consumer that will call methods on AppsListData.Builder
appsList(AppsListData)
PutAppsListRequest.Builder tagList(Collection<Tag> tagList)
The tags associated with the resource.
tagList
- The tags associated with the resource.PutAppsListRequest.Builder tagList(Tag... tagList)
The tags associated with the resource.
tagList
- The tags associated with the resource.PutAppsListRequest.Builder tagList(Consumer<Tag.Builder>... tagList)
The tags associated with the resource.
This is a convenience 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)
PutAppsListRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.PutAppsListRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.