Class GetGroupPlainArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.identitystore.inputs.GetGroupPlainArgs.Builder
-
- Enclosing class:
- GetGroupPlainArgs
public static final class GetGroupPlainArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(GetGroupPlainArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description GetGroupPlainArgs.Builder
alternateIdentifier(GetGroupAlternateIdentifier alternateIdentifier)
GetGroupPlainArgs
build()
GetGroupPlainArgs.Builder
filter(GetGroupFilter filter)
Deprecated.Use the alternate_identifier attribute instead.GetGroupPlainArgs.Builder
groupId(java.lang.String groupId)
GetGroupPlainArgs.Builder
identityStoreId(java.lang.String identityStoreId)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(GetGroupPlainArgs defaults)
-
-
Method Detail
-
alternateIdentifier
public GetGroupPlainArgs.Builder alternateIdentifier(@Nullable GetGroupAlternateIdentifier alternateIdentifier)
- Parameters:
alternateIdentifier
- A unique identifier for the group that is not the primary identifier. Conflicts with `group_id` and `filter`. Detailed below.- Returns:
- builder
-
filter
@Deprecated public GetGroupPlainArgs.Builder filter(@Nullable GetGroupFilter filter)
Deprecated.Use the alternate_identifier attribute instead.- Parameters:
filter
- Configuration block for filtering by a unique attribute of the group. Detailed below.- Returns:
- builder
-
groupId
public GetGroupPlainArgs.Builder groupId(@Nullable java.lang.String groupId)
- Parameters:
groupId
- The identifier for a group in the Identity Store. > Exactly one of the above arguments must be provided. Passing both `filter` and `group_id` is allowed for backwards compatibility.- Returns:
- builder
-
identityStoreId
public GetGroupPlainArgs.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
-
build
public GetGroupPlainArgs build()
-
-