Interface BatchAssociateResourceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<BatchAssociateResourceRequest.Builder,BatchAssociateResourceRequest>,FmsRequest.Builder,SdkBuilder<BatchAssociateResourceRequest.Builder,BatchAssociateResourceRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- BatchAssociateResourceRequest
public static interface BatchAssociateResourceRequest.Builder extends FmsRequest.Builder, SdkPojo, CopyableBuilder<BatchAssociateResourceRequest.Builder,BatchAssociateResourceRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchAssociateResourceRequest.Builderitems(String... items)The uniform resource identifiers (URIs) of resources that should be associated to the resource set.BatchAssociateResourceRequest.Builderitems(Collection<String> items)The uniform resource identifiers (URIs) of resources that should be associated to the resource set.BatchAssociateResourceRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchAssociateResourceRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchAssociateResourceRequest.BuilderresourceSetIdentifier(String resourceSetIdentifier)A unique identifier for the resource set, used in a request to refer to the resource set.-
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
-
resourceSetIdentifier
BatchAssociateResourceRequest.Builder resourceSetIdentifier(String resourceSetIdentifier)
A unique identifier for the resource set, used in a request to refer to the resource set.
- Parameters:
resourceSetIdentifier- A unique identifier for the resource set, used in a request to refer to the resource set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
BatchAssociateResourceRequest.Builder items(Collection<String> items)
The uniform resource identifiers (URIs) of resources that should be associated to the resource set. The URIs must be Amazon Resource Names (ARNs).
- Parameters:
items- The uniform resource identifiers (URIs) of resources that should be associated to the resource set. The URIs must be Amazon Resource Names (ARNs).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
BatchAssociateResourceRequest.Builder items(String... items)
The uniform resource identifiers (URIs) of resources that should be associated to the resource set. The URIs must be Amazon Resource Names (ARNs).
- Parameters:
items- The uniform resource identifiers (URIs) of resources that should be associated to the resource set. The URIs must be Amazon Resource Names (ARNs).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
BatchAssociateResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
BatchAssociateResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-