Interface ListStudioSessionMappingsResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<ListStudioSessionMappingsResponse.Builder,,- ListStudioSessionMappingsResponse> - EmrResponse.Builder,- SdkBuilder<ListStudioSessionMappingsResponse.Builder,,- ListStudioSessionMappingsResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- ListStudioSessionMappingsResponse
@Mutable
@NotThreadSafe
public static interface ListStudioSessionMappingsResponse.Builder
extends EmrResponse.Builder, SdkPojo, CopyableBuilder<ListStudioSessionMappingsResponse.Builder,ListStudioSessionMappingsResponse> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.emr.model.EmrResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
sessionMappingsListStudioSessionMappingsResponse.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.
 
- 
sessionMappingsA 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.
 
- 
sessionMappingsListStudioSessionMappingsResponse.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 on- SessionMappingSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
markerThe 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.
 
 
-