@Stability(value=Stable) public static final class CfnStudioSessionMappingProps.Builder extends Object implements software.amazon.jsii.Builder<CfnStudioSessionMappingProps>
CfnStudioSessionMappingProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnStudioSessionMappingProps |
build()
Builds the configured instance.
|
CfnStudioSessionMappingProps.Builder |
identityName(String identityName)
Sets the value of
CfnStudioSessionMappingProps.getIdentityName() |
CfnStudioSessionMappingProps.Builder |
identityType(String identityType)
Sets the value of
CfnStudioSessionMappingProps.getIdentityType() |
CfnStudioSessionMappingProps.Builder |
sessionPolicyArn(String sessionPolicyArn)
Sets the value of
CfnStudioSessionMappingProps.getSessionPolicyArn() |
CfnStudioSessionMappingProps.Builder |
studioId(String studioId)
Sets the value of
CfnStudioSessionMappingProps.getStudioId() |
@Stability(value=Stable) public CfnStudioSessionMappingProps.Builder identityName(String identityName)
CfnStudioSessionMappingProps.getIdentityName()identityName - `AWS::EMR::StudioSessionMapping.IdentityName`. This parameter is required.this@Stability(value=Stable) public CfnStudioSessionMappingProps.Builder identityType(String identityType)
CfnStudioSessionMappingProps.getIdentityType()identityType - `AWS::EMR::StudioSessionMapping.IdentityType`. This parameter is required.this@Stability(value=Stable) public CfnStudioSessionMappingProps.Builder sessionPolicyArn(String sessionPolicyArn)
CfnStudioSessionMappingProps.getSessionPolicyArn()sessionPolicyArn - `AWS::EMR::StudioSessionMapping.SessionPolicyArn`. This parameter is required.this@Stability(value=Stable) public CfnStudioSessionMappingProps.Builder studioId(String studioId)
CfnStudioSessionMappingProps.getStudioId()studioId - `AWS::EMR::StudioSessionMapping.StudioId`. This parameter is required.this@Stability(value=Stable) public CfnStudioSessionMappingProps build()
build in interface software.amazon.jsii.Builder<CfnStudioSessionMappingProps>CfnStudioSessionMappingPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.