Interface PutAppsListRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<PutAppsListRequest.Builder,PutAppsListRequest>,FmsRequest.Builder,SdkBuilder<PutAppsListRequest.Builder,PutAppsListRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- PutAppsListRequest
public static interface PutAppsListRequest.Builder extends FmsRequest.Builder, SdkPojo, CopyableBuilder<PutAppsListRequest.Builder,PutAppsListRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default PutAppsListRequest.BuilderappsList(Consumer<AppsListData.Builder> appsList)The details of the Firewall Manager applications list to be created.PutAppsListRequest.BuilderappsList(AppsListData appsList)The details of the Firewall Manager applications list to be created.PutAppsListRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutAppsListRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutAppsListRequest.BuildertagList(Collection<Tag> tagList)The tags associated with the resource.PutAppsListRequest.BuildertagList(Consumer<Tag.Builder>... tagList)The tags associated with the resource.PutAppsListRequest.BuildertagList(Tag... tagList)The tags associated with the resource.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.fms.model.FmsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
appsList
PutAppsListRequest.Builder appsList(AppsListData appsList)
The details of the Firewall Manager applications list to be created.
- Parameters:
appsList- The details of the Firewall Manager applications list to be created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appsList
default PutAppsListRequest.Builder appsList(Consumer<AppsListData.Builder> appsList)
The details of the Firewall Manager applications list to be created.
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)
-
tagList
PutAppsListRequest.Builder tagList(Collection<Tag> tagList)
The tags associated with the resource.
- Parameters:
tagList- The tags associated with the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagList
PutAppsListRequest.Builder tagList(Tag... tagList)
The tags associated with the resource.
- Parameters:
tagList- The tags associated with the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagList
PutAppsListRequest.Builder tagList(Consumer<Tag.Builder>... tagList)
The tags associated with the resource.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tagList(List.) - Parameters:
tagList- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tagList(java.util.Collection)
-
overrideConfiguration
PutAppsListRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
PutAppsListRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-