public static final class CfnEntitlement.AttributeProperty.Builder
extends java.lang.Object
CfnEntitlement.AttributeProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnEntitlement.AttributeProperty |
build()
Builds the configured instance.
|
CfnEntitlement.AttributeProperty.Builder |
name(java.lang.String name)
Sets the value of
CfnEntitlement.AttributeProperty.getName() |
CfnEntitlement.AttributeProperty.Builder |
value(java.lang.String value)
Sets the value of
CfnEntitlement.AttributeProperty.getValue() |
public CfnEntitlement.AttributeProperty.Builder name(java.lang.String name)
CfnEntitlement.AttributeProperty.getName()
name
- A supported AWS IAM SAML PrincipalTag attribute that is matched to a value when a user identity federates to an AppStream 2.0 SAML application. This parameter is required.
The following are supported values:
this
public CfnEntitlement.AttributeProperty.Builder value(java.lang.String value)
CfnEntitlement.AttributeProperty.getValue()
value
- A value that is matched to a supported SAML attribute name when a user identity federates to an AppStream 2.0 SAML application. This parameter is required.this
public CfnEntitlement.AttributeProperty build()
CfnEntitlement.AttributeProperty
java.lang.NullPointerException
- if any required attribute was not provided