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.BuilderappsList(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
copyMethods inherited from interface software.amazon.awssdk.services.fms.model.FmsResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods 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.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:
-
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.
-