Interface UpdateResourceShareResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<UpdateResourceShareResponse.Builder,UpdateResourceShareResponse>, RamResponse.Builder, SdkBuilder<UpdateResourceShareResponse.Builder,UpdateResourceShareResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
UpdateResourceShareResponse

public static interface UpdateResourceShareResponse.Builder extends RamResponse.Builder, SdkPojo, CopyableBuilder<UpdateResourceShareResponse.Builder,UpdateResourceShareResponse>
  • Method Details

    • resourceShare

      UpdateResourceShareResponse.Builder resourceShare(ResourceShare resourceShare)

      Information about the resource share.

      Parameters:
      resourceShare - Information about the resource share.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceShare

      default UpdateResourceShareResponse.Builder resourceShare(Consumer<ResourceShare.Builder> resourceShare)

      Information about the resource share.

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

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to resourceShare(ResourceShare).

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

      UpdateResourceShareResponse.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.