Interface DescribeUserResponse.Builder

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

public static interface DescribeUserResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<DescribeUserResponse.Builder,DescribeUserResponse>
  • Method Details

    • user

      Information about the user account and configuration settings.

      Parameters:
      user - Information about the user account and configuration settings.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • user

      Information about the user account and configuration settings.

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

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

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