Interface ListStudioSessionMappingsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListStudioSessionMappingsRequest.Builder,
,ListStudioSessionMappingsRequest> EmrRequest.Builder
,SdkBuilder<ListStudioSessionMappingsRequest.Builder,
,ListStudioSessionMappingsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListStudioSessionMappingsRequest
@Mutable
@NotThreadSafe
public static interface ListStudioSessionMappingsRequest.Builder
extends EmrRequest.Builder, SdkPojo, CopyableBuilder<ListStudioSessionMappingsRequest.Builder,ListStudioSessionMappingsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionidentityType
(String identityType) Specifies whether to return session mappings for users or groups.identityType
(IdentityType identityType) Specifies whether to return session mappings for users or groups.The pagination token that indicates the set of results to retrieve.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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 Details
-
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
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
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:
-
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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListStudioSessionMappingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-