Interface CreateGroupResponse.Builder

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

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

    • group

      A structure that contains information about the group that was just created.

      Parameters:
      group - A structure that contains information about the group that was just created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • group

      A structure that contains information about the group that was just created.

      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: