Interface PutAppsListResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<PutAppsListResponse.Builder,
,PutAppsListResponse> FmsResponse.Builder
,SdkBuilder<PutAppsListResponse.Builder,
,PutAppsListResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
PutAppsListResponse
@Mutable
@NotThreadSafe
public static interface PutAppsListResponse.Builder
extends FmsResponse.Builder, SdkPojo, CopyableBuilder<PutAppsListResponse.Builder,PutAppsListResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondefault PutAppsListResponse.Builder
appsList
(Consumer<AppsListData.Builder> appsList) The details of the Firewall Manager applications list.appsList
(AppsListData appsList) The details of the Firewall Manager applications list.appsListArn
(String appsListArn) The Amazon Resource Name (ARN) of the applications list.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.fms.model.FmsResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
appsList
The details of the Firewall Manager applications list.
- Parameters:
appsList
- The details of the Firewall Manager applications list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaAppsListData.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toappsList(AppsListData)
.- Parameters:
appsList
- a consumer that will call methods onAppsListData.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
appsListArn
The Amazon Resource Name (ARN) of the applications list.
- Parameters:
appsListArn
- The Amazon Resource Name (ARN) of the applications list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-