Interface CreateUserProfileRequest.Builder

  • Method Details

    • clientToken

      CreateUserProfileRequest.Builder clientToken(String clientToken)

      A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.

      Parameters:
      clientToken - A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • domainIdentifier

      CreateUserProfileRequest.Builder domainIdentifier(String domainIdentifier)

      The identifier of the Amazon DataZone domain in which a user profile is created.

      Parameters:
      domainIdentifier - The identifier of the Amazon DataZone domain in which a user profile is created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • userIdentifier

      CreateUserProfileRequest.Builder userIdentifier(String userIdentifier)

      The identifier of the user for which the user profile is created.

      Parameters:
      userIdentifier - The identifier of the user for which the user profile is created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • userType

      The user type of the user for which the user profile is created.

      Parameters:
      userType - The user type of the user for which the user profile is created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • userType

      The user type of the user for which the user profile is created.

      Parameters:
      userType - The user type of the user for which the user profile is created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

      CreateUserProfileRequest.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.