Interface ListStudioSessionMappingsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListStudioSessionMappingsRequest.Builder,ListStudioSessionMappingsRequest>,EmrRequest.Builder,SdkBuilder<ListStudioSessionMappingsRequest.Builder,ListStudioSessionMappingsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListStudioSessionMappingsRequest
public static interface ListStudioSessionMappingsRequest.Builder extends EmrRequest.Builder, SdkPojo, CopyableBuilder<ListStudioSessionMappingsRequest.Builder,ListStudioSessionMappingsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListStudioSessionMappingsRequest.BuilderidentityType(String identityType)Specifies whether to return session mappings for users or groups.ListStudioSessionMappingsRequest.BuilderidentityType(IdentityType identityType)Specifies whether to return session mappings for users or groups.ListStudioSessionMappingsRequest.Buildermarker(String marker)The pagination token that indicates the set of results to retrieve.ListStudioSessionMappingsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListStudioSessionMappingsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListStudioSessionMappingsRequest.BuilderstudioId(String studioId)The ID of the Amazon EMR Studio.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.emr.model.EmrRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
studioId
ListStudioSessionMappingsRequest.Builder studioId(String studioId)
The ID of the Amazon EMR Studio.
- Parameters:
studioId- The ID of the Amazon EMR Studio.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identityType
ListStudioSessionMappingsRequest.Builder identityType(String identityType)
Specifies whether to return session mappings for users or groups. If not specified, the results include session mapping details for both users and groups.
- Parameters:
identityType- Specifies whether to return session mappings for users or groups. If not specified, the results include session mapping details for both users and groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IdentityType,IdentityType
-
identityType
ListStudioSessionMappingsRequest.Builder identityType(IdentityType identityType)
Specifies whether to return session mappings for users or groups. If not specified, the results include session mapping details for both users and groups.
- Parameters:
identityType- Specifies whether to return session mappings for users or groups. If not specified, the results include session mapping details for both users and groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IdentityType,IdentityType
-
marker
ListStudioSessionMappingsRequest.Builder marker(String marker)
The pagination token that indicates the set of results to retrieve.
- Parameters:
marker- The pagination token that indicates the set of results to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListStudioSessionMappingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListStudioSessionMappingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-