Interface DescribeUserRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<DescribeUserRequest.Builder,DescribeUserRequest>, IdentitystoreRequest.Builder, SdkBuilder<DescribeUserRequest.Builder,DescribeUserRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
DescribeUserRequest

public static interface DescribeUserRequest.Builder extends IdentitystoreRequest.Builder, SdkPojo, CopyableBuilder<DescribeUserRequest.Builder,DescribeUserRequest>
  • Method Details

    • identityStoreId

      DescribeUserRequest.Builder identityStoreId(String identityStoreId)

      The globally unique identifier for the identity store, such as d-1234567890. In this example, d- is a fixed prefix, and 1234567890 is a randomly generated string that contains numbers and lower case letters. This value is generated at the time that a new identity store is created.

      Parameters:
      identityStoreId - The globally unique identifier for the identity store, such as d-1234567890. In this example, d- is a fixed prefix, and 1234567890 is a randomly generated string that contains numbers and lower case letters. This value is generated at the time that a new identity store is created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • userId

      The identifier for a user in the identity store.

      Parameters:
      userId - The identifier for a user in the identity store.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      DescribeUserRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.