Interface GetSpaceResponse.Builder

  • Method Details

    • name

      The name of the space.

      Parameters:
      name - The name of the space.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • regionName

      GetSpaceResponse.Builder regionName(String regionName)

      The Amazon Web Services Region where the space exists.

      Parameters:
      regionName - The Amazon Web Services Region where the space exists.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • displayName

      GetSpaceResponse.Builder displayName(String displayName)

      The friendly name of the space displayed to users.

      Parameters:
      displayName - The friendly name of the space displayed to users.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      GetSpaceResponse.Builder description(String description)

      The description of the space.

      Parameters:
      description - The description of the space.
      Returns:
      Returns a reference to this object so that method calls can be chained together.