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 AWS Firewall Manager applications list.
|
default GetAppsListResponse.Builder |
appsList(Consumer<AppsListData.Builder> appsList)
Information about the specified AWS Firewall Manager applications list.
|
GetAppsListResponse.Builder |
appsListArn(String appsListArn)
The Amazon Resource Name (ARN) of the applications list.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetAppsListResponse.Builder appsList(AppsListData appsList)
Information about the specified AWS Firewall Manager applications list.
appsList
- Information about the specified AWS Firewall Manager applications list.default GetAppsListResponse.Builder appsList(Consumer<AppsListData.Builder> appsList)
Information about the specified AWS 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.Builder
appsList(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.