@Stability(value=Stable) public static final class CfnEntitlement.AttributeProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnEntitlement.AttributeProperty>
CfnEntitlement.AttributeProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnEntitlement.AttributeProperty |
build()
Builds the configured instance.
|
CfnEntitlement.AttributeProperty.Builder |
name(String name)
Sets the value of
CfnEntitlement.AttributeProperty.getName() |
CfnEntitlement.AttributeProperty.Builder |
value(String value)
Sets the value of
CfnEntitlement.AttributeProperty.getValue() |
@Stability(value=Stable) public CfnEntitlement.AttributeProperty.Builder name(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@Stability(value=Stable) public CfnEntitlement.AttributeProperty.Builder value(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@Stability(value=Stable) public CfnEntitlement.AttributeProperty build()
build in interface software.amazon.jsii.Builder<CfnEntitlement.AttributeProperty>CfnEntitlement.AttributePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.