public static interface GetStudioSessionMappingResponse.Builder extends EmrResponse.Builder, SdkPojo, CopyableBuilder<GetStudioSessionMappingResponse.Builder,GetStudioSessionMappingResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetStudioSessionMappingResponse.Builder |
sessionMapping(Consumer<SessionMappingDetail.Builder> sessionMapping)
The session mapping details for the specified Amazon EMR Studio and identity, including session policy ARN
and creation time.
|
GetStudioSessionMappingResponse.Builder |
sessionMapping(SessionMappingDetail sessionMapping)
The session mapping details for the specified Amazon EMR Studio and identity, including session policy ARN
and creation time.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetStudioSessionMappingResponse.Builder sessionMapping(SessionMappingDetail sessionMapping)
The session mapping details for the specified Amazon EMR Studio and identity, including session policy ARN and creation time.
sessionMapping - The session mapping details for the specified Amazon EMR Studio and identity, including session policy
ARN and creation time.default GetStudioSessionMappingResponse.Builder sessionMapping(Consumer<SessionMappingDetail.Builder> sessionMapping)
The session mapping details for the specified Amazon EMR Studio and identity, including session policy ARN and creation time.
This is a convenience method that creates an instance of theSessionMappingDetail.Builder avoiding
the need to create one manually via SessionMappingDetail.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to sessionMapping(SessionMappingDetail).
sessionMapping - a consumer that will call methods on SessionMappingDetail.BuildersessionMapping(SessionMappingDetail)Copyright © 2023. All rights reserved.