Interface GetGroupResponse.Builder

  • Method Details

    • group

      A container for the requested group. Includes description, precedence, and IAM role values.

      Parameters:
      group - A container for the requested group. Includes description, precedence, and IAM role values.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • group

      A container for the requested group. Includes description, precedence, and IAM role values.

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

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

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