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 Firewall Manager applications list to be created.
|
default PutAppsListRequest.Builder |
appsList(Consumer<AppsListData.Builder> appsList)
The details of the Firewall Manager applications list to be created.
|
PutAppsListRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutAppsListRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutAppsListRequest.Builder appsList(AppsListData appsList)
The details of the Firewall Manager applications list to be created.
appsList - The details of the Firewall Manager applications list to be created.default PutAppsListRequest.Builder appsList(Consumer<AppsListData.Builder> appsList)
The details of the 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.BuilderappsList(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)
overrideConfiguration in interface AwsRequest.BuilderPutAppsListRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.