Interface AssociateResourceShareResponse.Builder

    • Method Detail

      • resourceShareAssociations

        AssociateResourceShareResponse.Builder resourceShareAssociations​(Collection<ResourceShareAssociation> resourceShareAssociations)

        An array of objects that contain information about the associations.

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

        AssociateResourceShareResponse.Builder resourceShareAssociations​(ResourceShareAssociation... resourceShareAssociations)

        An array of objects that contain information about the associations.

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

        AssociateResourceShareResponse.Builder clientToken​(String 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.