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
Modifier and TypeMethodDescriptionThe uniform resource identifiers (URIs) of resources that should be associated to the resource set.items(Collection<String> items) The uniform resource identifiers (URIs) of resources that should be associated to the resource set.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.resourceSetIdentifier(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
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.fms.model.FmsRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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
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
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) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
BatchAssociateResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-