Interface DisassociateResourceShareResponse.Builder

  • Method Details

    • resourceShareAssociations

      DisassociateResourceShareResponse.Builder resourceShareAssociations(Collection<ResourceShareAssociation> resourceShareAssociations)

      An array of objects with information about the updated associations for this resource share.

      Parameters:
      resourceShareAssociations - An array of objects with information about the updated associations for this resource share.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceShareAssociations

      DisassociateResourceShareResponse.Builder resourceShareAssociations(ResourceShareAssociation... resourceShareAssociations)

      An array of objects with information about the updated associations for this resource share.

      Parameters:
      resourceShareAssociations - An array of objects with information about the updated associations for this resource share.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceShareAssociations

      DisassociateResourceShareResponse.Builder resourceShareAssociations(Consumer<ResourceShareAssociation.Builder>... resourceShareAssociations)

      An array of objects with information about the updated associations for this resource share.

      This is a convenience method that creates an instance of the ResourceShareAssociation.Builder avoiding the need to create one manually via ResourceShareAssociation.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to resourceShareAssociations(List<ResourceShareAssociation>).

      Parameters:
      resourceShareAssociations - a consumer that will call methods on ResourceShareAssociation.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • clientToken

      The idempotency identifier associated with this request. If you want to repeat the same operation in an idempotent manner then you must include this value in the clientToken request parameter of that later call. All other parameters must also have the same values that you used in the first call.

      Parameters:
      clientToken - The idempotency identifier associated with this request. If you want to repeat the same operation in an idempotent manner then you must include this value in the clientToken request parameter of that later call. All other parameters must also have the same values that you used in the first call.
      Returns:
      Returns a reference to this object so that method calls can be chained together.