Interface UpdateQAppSessionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateQAppSessionResponse.Builder,UpdateQAppSessionResponse>,QAppsResponse.Builder,SdkBuilder<UpdateQAppSessionResponse.Builder,UpdateQAppSessionResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateQAppSessionResponse
public static interface UpdateQAppSessionResponse.Builder extends QAppsResponse.Builder, SdkPojo, CopyableBuilder<UpdateQAppSessionResponse.Builder,UpdateQAppSessionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateQAppSessionResponse.BuildersessionArn(String sessionArn)The Amazon Resource Name (ARN) of the updated Q App session.UpdateQAppSessionResponse.BuildersessionId(String sessionId)The unique identifier of the updated Q App session.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.qapps.model.QAppsResponse.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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
sessionId
UpdateQAppSessionResponse.Builder sessionId(String sessionId)
The unique identifier of the updated Q App session.
- Parameters:
sessionId- The unique identifier of the updated Q App session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sessionArn
UpdateQAppSessionResponse.Builder sessionArn(String sessionArn)
The Amazon Resource Name (ARN) of the updated Q App session.
- Parameters:
sessionArn- The Amazon Resource Name (ARN) of the updated Q App session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-