Package com.pulumi.aws.cognito.inputs
Class IdentityPoolRoleAttachmentRoleMappingMappingRuleArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.cognito.inputs.IdentityPoolRoleAttachmentRoleMappingMappingRuleArgs.Builder
-
- Enclosing class:
- IdentityPoolRoleAttachmentRoleMappingMappingRuleArgs
public static final class IdentityPoolRoleAttachmentRoleMappingMappingRuleArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(IdentityPoolRoleAttachmentRoleMappingMappingRuleArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IdentityPoolRoleAttachmentRoleMappingMappingRuleArgs
build()
IdentityPoolRoleAttachmentRoleMappingMappingRuleArgs.Builder
claim(com.pulumi.core.Output<java.lang.String> claim)
IdentityPoolRoleAttachmentRoleMappingMappingRuleArgs.Builder
claim(java.lang.String claim)
IdentityPoolRoleAttachmentRoleMappingMappingRuleArgs.Builder
matchType(com.pulumi.core.Output<java.lang.String> matchType)
IdentityPoolRoleAttachmentRoleMappingMappingRuleArgs.Builder
matchType(java.lang.String matchType)
IdentityPoolRoleAttachmentRoleMappingMappingRuleArgs.Builder
roleArn(com.pulumi.core.Output<java.lang.String> roleArn)
IdentityPoolRoleAttachmentRoleMappingMappingRuleArgs.Builder
roleArn(java.lang.String roleArn)
IdentityPoolRoleAttachmentRoleMappingMappingRuleArgs.Builder
value(com.pulumi.core.Output<java.lang.String> value)
IdentityPoolRoleAttachmentRoleMappingMappingRuleArgs.Builder
value(java.lang.String value)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(IdentityPoolRoleAttachmentRoleMappingMappingRuleArgs defaults)
-
-
Method Detail
-
claim
public IdentityPoolRoleAttachmentRoleMappingMappingRuleArgs.Builder claim(com.pulumi.core.Output<java.lang.String> claim)
- Parameters:
claim
- The claim name that must be present in the token, for example, "isAdmin" or "paid".- Returns:
- builder
-
claim
public IdentityPoolRoleAttachmentRoleMappingMappingRuleArgs.Builder claim(java.lang.String claim)
- Parameters:
claim
- The claim name that must be present in the token, for example, "isAdmin" or "paid".- Returns:
- builder
-
matchType
public IdentityPoolRoleAttachmentRoleMappingMappingRuleArgs.Builder matchType(com.pulumi.core.Output<java.lang.String> matchType)
- Parameters:
matchType
- The match condition that specifies how closely the claim value in the IdP token must match Value.- Returns:
- builder
-
matchType
public IdentityPoolRoleAttachmentRoleMappingMappingRuleArgs.Builder matchType(java.lang.String matchType)
- Parameters:
matchType
- The match condition that specifies how closely the claim value in the IdP token must match Value.- Returns:
- builder
-
roleArn
public IdentityPoolRoleAttachmentRoleMappingMappingRuleArgs.Builder roleArn(com.pulumi.core.Output<java.lang.String> roleArn)
- Parameters:
roleArn
- The role ARN.- Returns:
- builder
-
roleArn
public IdentityPoolRoleAttachmentRoleMappingMappingRuleArgs.Builder roleArn(java.lang.String roleArn)
- Parameters:
roleArn
- The role ARN.- Returns:
- builder
-
value
public IdentityPoolRoleAttachmentRoleMappingMappingRuleArgs.Builder value(com.pulumi.core.Output<java.lang.String> value)
- Parameters:
value
- A brief string that the claim must match, for example, "paid" or "yes".- Returns:
- builder
-
value
public IdentityPoolRoleAttachmentRoleMappingMappingRuleArgs.Builder value(java.lang.String value)
- Parameters:
value
- A brief string that the claim must match, for example, "paid" or "yes".- Returns:
- builder
-
build
public IdentityPoolRoleAttachmentRoleMappingMappingRuleArgs build()
-
-