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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetAppsListResponse.BuilderappsList(Consumer<AppsListData.Builder> appsList)Information about the specified Firewall Manager applications list.GetAppsListResponse.BuilderappsList(AppsListData appsList)Information about the specified Firewall Manager applications list.GetAppsListResponse.BuilderappsListArn(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 Detail
-
appsList
GetAppsListResponse.Builder appsList(AppsListData 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
default GetAppsListResponse.Builder appsList(Consumer<AppsListData.Builder> appsList)
Information about the specified Firewall Manager applications list.
This is a convenience method that creates an instance of theAppsListData.Builderavoiding the need to create one manually viaAppsListData.builder().When the
Consumercompletes,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:
appsList(AppsListData)
-
appsListArn
GetAppsListResponse.Builder appsListArn(String 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.
-
-