Class GetGroupAlternateIdentifierUniqueAttributeArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.identitystore.inputs.GetGroupAlternateIdentifierUniqueAttributeArgs.Builder
-
- Enclosing class:
- GetGroupAlternateIdentifierUniqueAttributeArgs
public static final class GetGroupAlternateIdentifierUniqueAttributeArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(GetGroupAlternateIdentifierUniqueAttributeArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetGroupAlternateIdentifierUniqueAttributeArgs.Builder
attributePath(com.pulumi.core.Output<java.lang.String> attributePath)
GetGroupAlternateIdentifierUniqueAttributeArgs.Builder
attributePath(java.lang.String attributePath)
GetGroupAlternateIdentifierUniqueAttributeArgs.Builder
attributeValue(com.pulumi.core.Output<java.lang.String> attributeValue)
GetGroupAlternateIdentifierUniqueAttributeArgs.Builder
attributeValue(java.lang.String attributeValue)
GetGroupAlternateIdentifierUniqueAttributeArgs
build()
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(GetGroupAlternateIdentifierUniqueAttributeArgs defaults)
-
-
Method Detail
-
attributePath
public GetGroupAlternateIdentifierUniqueAttributeArgs.Builder attributePath(com.pulumi.core.Output<java.lang.String> attributePath)
- Parameters:
attributePath
- Attribute path that is used to specify which attribute name to search. For example: `DisplayName`. Refer to the [Group data type](https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_Group.html).- Returns:
- builder
-
attributePath
public GetGroupAlternateIdentifierUniqueAttributeArgs.Builder attributePath(java.lang.String attributePath)
- Parameters:
attributePath
- Attribute path that is used to specify which attribute name to search. For example: `DisplayName`. Refer to the [Group data type](https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_Group.html).- Returns:
- builder
-
attributeValue
public GetGroupAlternateIdentifierUniqueAttributeArgs.Builder attributeValue(com.pulumi.core.Output<java.lang.String> attributeValue)
- Parameters:
attributeValue
- Value for an attribute.- Returns:
- builder
-
attributeValue
public GetGroupAlternateIdentifierUniqueAttributeArgs.Builder attributeValue(java.lang.String attributeValue)
- Parameters:
attributeValue
- Value for an attribute.- Returns:
- builder
-
build
public GetGroupAlternateIdentifierUniqueAttributeArgs build()
-
-