public static interface PutAppsListResponse.Builder extends FmsResponse.Builder, SdkPojo, CopyableBuilder<PutAppsListResponse.Builder,PutAppsListResponse>
| Modifier and Type | Method and Description |
|---|---|
PutAppsListResponse.Builder |
appsList(AppsListData appsList)
The details of the Firewall Manager applications list.
|
default PutAppsListResponse.Builder |
appsList(Consumer<AppsListData.Builder> appsList)
The details of the Firewall Manager applications list.
|
PutAppsListResponse.Builder |
appsListArn(String appsListArn)
The Amazon Resource Name (ARN) of the applications list.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutAppsListResponse.Builder appsList(AppsListData appsList)
The details of the Firewall Manager applications list.
appsList - The details of the Firewall Manager applications list.default PutAppsListResponse.Builder appsList(Consumer<AppsListData.Builder> appsList)
The details of the Firewall Manager applications list.
This is a convenience method 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)PutAppsListResponse.Builder appsListArn(String appsListArn)
The Amazon Resource Name (ARN) of the applications list.
appsListArn - The Amazon Resource Name (ARN) of the applications list.Copyright © 2022. All rights reserved.