Interface UpdateSiteResponse.Builder

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

public static interface UpdateSiteResponse.Builder extends OutpostsResponse.Builder, SdkPojo, CopyableBuilder<UpdateSiteResponse.Builder,UpdateSiteResponse>
  • Method Details

    • site

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

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

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

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