Class StudioSessionMappingReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.emr.StudioSessionMappingReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<StudioSessionMappingReference>
- Enclosing interface:
StudioSessionMappingReference
@Stability(Stable)
public static final class StudioSessionMappingReference.Builder
extends Object
implements software.amazon.jsii.Builder<StudioSessionMappingReference>
A builder for
StudioSessionMappingReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.identityName(String identityName) Sets the value ofStudioSessionMappingReference.getIdentityName()identityType(String identityType) Sets the value ofStudioSessionMappingReference.getIdentityType()Sets the value ofStudioSessionMappingReference.getStudioId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
identityName
Sets the value ofStudioSessionMappingReference.getIdentityName()- Parameters:
identityName- The IdentityName of the StudioSessionMapping resource. This parameter is required.- Returns:
this
-
identityType
Sets the value ofStudioSessionMappingReference.getIdentityType()- Parameters:
identityType- The IdentityType of the StudioSessionMapping resource. This parameter is required.- Returns:
this
-
studioId
Sets the value ofStudioSessionMappingReference.getStudioId()- Parameters:
studioId- The StudioId of the StudioSessionMapping resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<StudioSessionMappingReference>- Returns:
- a new instance of
StudioSessionMappingReference - Throws:
NullPointerException- if any required attribute was not provided
-