Interface CreateUpdatedImageResponse.Builder

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

public static interface CreateUpdatedImageResponse.Builder extends AppStreamResponse.Builder, SdkPojo, CopyableBuilder<CreateUpdatedImageResponse.Builder,CreateUpdatedImageResponse>
  • Method Details

    • image

      Sets the value of the Image property for this object.
      Parameters:
      image - The new value for the Image property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • image

      Sets the value of the Image property for this object. This is a convenience method that creates an instance of the Image.Builder avoiding the need to create one manually via Image.builder().

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

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

      CreateUpdatedImageResponse.Builder canUpdateImage(Boolean canUpdateImage)

      Indicates whether a new image can be created.

      Parameters:
      canUpdateImage - Indicates whether a new image can be created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.