Interface GetStageSessionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetStageSessionResponse.Builder,GetStageSessionResponse>,IvsRealTimeResponse.Builder,SdkBuilder<GetStageSessionResponse.Builder,GetStageSessionResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetStageSessionResponse
public static interface GetStageSessionResponse.Builder extends IvsRealTimeResponse.Builder, SdkPojo, CopyableBuilder<GetStageSessionResponse.Builder,GetStageSessionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetStageSessionResponse.BuilderstageSession(Consumer<StageSession.Builder> stageSession)The stage session that is returned.GetStageSessionResponse.BuilderstageSession(StageSession stageSession)The stage session that is returned.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ivsrealtime.model.IvsRealTimeResponse.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
-
stageSession
GetStageSessionResponse.Builder stageSession(StageSession stageSession)
The stage session that is returned.
- Parameters:
stageSession- The stage session that is returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stageSession
default GetStageSessionResponse.Builder stageSession(Consumer<StageSession.Builder> stageSession)
The stage session that is returned.
This is a convenience method that creates an instance of theStageSession.Builderavoiding the need to create one manually viaStageSession.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostageSession(StageSession).- Parameters:
stageSession- a consumer that will call methods onStageSession.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
stageSession(StageSession)
-
-