Interface GetAppsListResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetAppsListResponse.Builder,
,GetAppsListResponse> FmsResponse.Builder
,SdkBuilder<GetAppsListResponse.Builder,
,GetAppsListResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetAppsListResponse
public static interface GetAppsListResponse.Builder
extends FmsResponse.Builder, SdkPojo, CopyableBuilder<GetAppsListResponse.Builder,GetAppsListResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondefault GetAppsListResponse.Builder
appsList
(Consumer<AppsListData.Builder> appsList) Information about the specified Firewall Manager applications list.appsList
(AppsListData appsList) Information about the specified 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, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
appsList
Information about the specified Firewall Manager applications list.
- Parameters:
appsList
- Information about the specified Firewall Manager applications list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appsList
Information about the specified 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.
-