Interface CreateGroupResponse.Builder

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

public static interface CreateGroupResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<CreateGroupResponse.Builder,CreateGroupResponse>
  • Method Details

    • group

      The name of the group.

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

      The name of the group.

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

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

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

      CreateGroupResponse.Builder requestId(String requestId)

      The Amazon Web Services request ID for this operation.

      Parameters:
      requestId - The Amazon Web Services request ID for this operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The HTTP status of the request.

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