public static interface ListStudioSessionMappingsRequest.Builder extends EmrRequest.Builder, SdkPojo, CopyableBuilder<ListStudioSessionMappingsRequest.Builder,ListStudioSessionMappingsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListStudioSessionMappingsRequest.Builder |
identityType(IdentityType identityType)
Specifies whether to return session mappings for users or groups.
|
ListStudioSessionMappingsRequest.Builder |
identityType(String identityType)
Specifies whether to return session mappings for users or groups.
|
ListStudioSessionMappingsRequest.Builder |
marker(String marker)
The pagination token that indicates the set of results to retrieve.
|
ListStudioSessionMappingsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListStudioSessionMappingsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListStudioSessionMappingsRequest.Builder |
studioId(String studioId)
The ID of the Amazon EMR Studio.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListStudioSessionMappingsRequest.Builder studioId(String studioId)
The ID of the Amazon EMR Studio.
studioId - The ID of the Amazon EMR Studio.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.
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.IdentityType,
IdentityTypeListStudioSessionMappingsRequest.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.
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.IdentityType,
IdentityTypeListStudioSessionMappingsRequest.Builder marker(String marker)
The pagination token that indicates the set of results to retrieve.
marker - The pagination token that indicates the set of results to retrieve.ListStudioSessionMappingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListStudioSessionMappingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.