Interface PutAppsListResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<PutAppsListResponse.Builder,PutAppsListResponse>,FmsResponse.Builder,SdkBuilder<PutAppsListResponse.Builder,PutAppsListResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- PutAppsListResponse
public static interface PutAppsListResponse.Builder extends FmsResponse.Builder, SdkPojo, CopyableBuilder<PutAppsListResponse.Builder,PutAppsListResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default PutAppsListResponse.BuilderappsList(Consumer<AppsListData.Builder> appsList)The details of the Firewall Manager applications list.PutAppsListResponse.BuilderappsList(AppsListData appsList)The details of the Firewall Manager applications list.PutAppsListResponse.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
PutAppsListResponse.Builder appsList(AppsListData 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
default PutAppsListResponse.Builder appsList(Consumer<AppsListData.Builder> appsList)
The details of the 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
PutAppsListResponse.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.
-
-