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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListStudioSessionMappingsResponse.Buildermarker(String marker)The pagination token that indicates the next set of results to retrieve.ListStudioSessionMappingsResponse.BuildersessionMappings(Collection<SessionMappingSummary> sessionMappings)A list of session mapping summary objects.ListStudioSessionMappingsResponse.BuildersessionMappings(Consumer<SessionMappingSummary.Builder>... sessionMappings)A list of session mapping summary objects.ListStudioSessionMappingsResponse.BuildersessionMappings(SessionMappingSummary... sessionMappings)A list of session mapping summary objects.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.emr.model.EmrResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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
ListStudioSessionMappingsResponse.Builder sessionMappings(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
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 to#sessionMappings(List.) - 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:
#sessionMappings(java.util.Collection)
-
marker
ListStudioSessionMappingsResponse.Builder marker(String 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.
-
-