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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetStudioSessionMappingResponse.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 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.Builder
sessionMapping(SessionMappingDetail)
Copyright © 2021. All rights reserved.