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