Interface ListStudioSessionMappingsResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<ListStudioSessionMappingsResponse.Builder,,ListStudioSessionMappingsResponse> EmrResponse.Builder,SdkBuilder<ListStudioSessionMappingsResponse.Builder,,ListStudioSessionMappingsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 ListStudioSessionMappingsResponse
public static interface ListStudioSessionMappingsResponse.Builder
extends EmrResponse.Builder, SdkPojo, CopyableBuilder<ListStudioSessionMappingsResponse.Builder,ListStudioSessionMappingsResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe pagination token that indicates the next set of results to retrieve.sessionMappings(Collection<SessionMappingSummary> sessionMappings) A list of session mapping summary objects.sessionMappings(Consumer<SessionMappingSummary.Builder>... sessionMappings) A list of session mapping summary objects.sessionMappings(SessionMappingSummary... sessionMappings) A list of session mapping summary objects.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.emr.model.EmrResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
sessionMappings
ListStudioSessionMappingsResponse.Builder sessionMappings(Collection<SessionMappingSummary> sessionMappings) A list of session mapping summary objects. Each object includes session mapping details such as creation time, identity type (user or group), and Amazon EMR Studio ID.
- Parameters:
 sessionMappings- A list of session mapping summary objects. Each object includes session mapping details such as creation time, identity type (user or group), and Amazon EMR Studio ID.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
sessionMappings
A list of session mapping summary objects. Each object includes session mapping details such as creation time, identity type (user or group), and Amazon EMR Studio ID.
- Parameters:
 sessionMappings- A list of session mapping summary objects. Each object includes session mapping details such as creation time, identity type (user or group), and Amazon EMR Studio ID.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
sessionMappings
ListStudioSessionMappingsResponse.Builder sessionMappings(Consumer<SessionMappingSummary.Builder>... sessionMappings) A list of session mapping summary objects. Each object includes session mapping details such as creation time, identity type (user or group), and Amazon EMR Studio ID.
This is a convenience method that creates an instance of theSessionMappingSummary.Builderavoiding the need to create one manually viaSessionMappingSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosessionMappings(List<SessionMappingSummary>).- Parameters:
 sessionMappings- a consumer that will call methods onSessionMappingSummary.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
marker
The pagination token that indicates the next set of results to retrieve.
- Parameters:
 marker- The pagination token that indicates the next set of results to retrieve.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -