Class GetUserPlainArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.identitystore.inputs.GetUserPlainArgs.Builder
-
- Enclosing class:
- GetUserPlainArgs
public static final class GetUserPlainArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(GetUserPlainArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description GetUserPlainArgs.Builder
alternateIdentifier(GetUserAlternateIdentifier alternateIdentifier)
GetUserPlainArgs
build()
GetUserPlainArgs.Builder
filter(GetUserFilter filter)
Deprecated.Use the alternate_identifier attribute instead.GetUserPlainArgs.Builder
identityStoreId(java.lang.String identityStoreId)
GetUserPlainArgs.Builder
userId(java.lang.String userId)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(GetUserPlainArgs defaults)
-
-
Method Detail
-
alternateIdentifier
public GetUserPlainArgs.Builder alternateIdentifier(@Nullable GetUserAlternateIdentifier alternateIdentifier)
- Parameters:
alternateIdentifier
- A unique identifier for a user or group that is not the primary identifier. Conflicts with `user_id` and `filter`. Detailed below.- Returns:
- builder
-
filter
@Deprecated public GetUserPlainArgs.Builder filter(@Nullable GetUserFilter filter)
Deprecated.Use the alternate_identifier attribute instead.- Parameters:
filter
- Configuration block for filtering by a unique attribute of the user. Detailed below.- Returns:
- builder
-
identityStoreId
public GetUserPlainArgs.Builder identityStoreId(java.lang.String identityStoreId)
- Parameters:
identityStoreId
- Identity Store ID associated with the Single Sign-On Instance. The following arguments are optional:- Returns:
- builder
-
userId
public GetUserPlainArgs.Builder userId(@Nullable java.lang.String userId)
- Parameters:
userId
- The identifier for a user in the Identity Store. > Exactly one of the above arguments must be provided. Passing both `filter` and `user_id` is allowed for backwards compatibility.- Returns:
- builder
-
build
public GetUserPlainArgs build()
-
-