public static interface GetAppsListResponse.Builder extends FmsResponse.Builder, SdkPojo, CopyableBuilder<GetAppsListResponse.Builder,GetAppsListResponse>
| Modifier and Type | Method and Description |
|---|---|
GetAppsListResponse.Builder |
appsList(AppsListData appsList)
Information about the specified Firewall Manager applications list.
|
default GetAppsListResponse.Builder |
appsList(Consumer<AppsListData.Builder> appsList)
Information about the specified Firewall Manager applications list.
|
GetAppsListResponse.Builder |
appsListArn(String appsListArn)
The Amazon Resource Name (ARN) of the applications list.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetAppsListResponse.Builder appsList(AppsListData appsList)
Information about the specified Firewall Manager applications list.
appsList - Information about the specified Firewall Manager applications list.default GetAppsListResponse.Builder appsList(Consumer<AppsListData.Builder> appsList)
Information about the specified Firewall Manager applications list.
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)GetAppsListResponse.Builder appsListArn(String appsListArn)
The Amazon Resource Name (ARN) of the applications list.
appsListArn - The Amazon Resource Name (ARN) of the applications list.Copyright © 2021. All rights reserved.