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 Details

    • 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

      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.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.