Interface UpdateUserRequest.Builder

  • Method Details

    • identityStoreId

      UpdateUserRequest.Builder identityStoreId(String identityStoreId)

      The globally unique identifier for the identity store.

      Parameters:
      identityStoreId - The globally unique identifier for the identity store.
      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.
    • operations

      A list of AttributeOperation objects to apply to the requested user. These operations might add, replace, or remove an attribute. For more information on the attributes that can be added, replaced, or removed, see User.

      Parameters:
      operations - A list of AttributeOperation objects to apply to the requested user. These operations might add, replace, or remove an attribute. For more information on the attributes that can be added, replaced, or removed, see User.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • operations

      UpdateUserRequest.Builder operations(AttributeOperation... operations)

      A list of AttributeOperation objects to apply to the requested user. These operations might add, replace, or remove an attribute. For more information on the attributes that can be added, replaced, or removed, see User.

      Parameters:
      operations - A list of AttributeOperation objects to apply to the requested user. These operations might add, replace, or remove an attribute. For more information on the attributes that can be added, replaced, or removed, see User.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • operations

      A list of AttributeOperation objects to apply to the requested user. These operations might add, replace, or remove an attribute. For more information on the attributes that can be added, replaced, or removed, see User.

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

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to operations(List<AttributeOperation>).

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

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