Interface DescribeUserResponse.Builder

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

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

    • serverId

      A system-assigned unique identifier for a server that has this user assigned.

      Parameters:
      serverId - A system-assigned unique identifier for a server that has this user assigned.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • user

      An array containing the properties of the Transfer Family user for the ServerID value that you specified.

      Parameters:
      user - An array containing the properties of the Transfer Family user for the ServerID value that you specified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • user

      An array containing the properties of the Transfer Family user for the ServerID value that you specified.

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

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

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