public static interface GetTestGridSessionRequest.Builder extends DeviceFarmRequest.Builder, SdkPojo, CopyableBuilder<GetTestGridSessionRequest.Builder,GetTestGridSessionRequest>
| Modifier and Type | Method and Description |
|---|---|
GetTestGridSessionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetTestGridSessionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetTestGridSessionRequest.Builder |
projectArn(String projectArn)
The ARN for the project that this session belongs to.
|
GetTestGridSessionRequest.Builder |
sessionArn(String sessionArn)
An ARN that uniquely identifies a TestGridSession.
|
GetTestGridSessionRequest.Builder |
sessionId(String sessionId)
An ID associated with this session.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetTestGridSessionRequest.Builder projectArn(String projectArn)
The ARN for the project that this session belongs to. See CreateTestGridProject and ListTestGridProjects.
projectArn - The ARN for the project that this session belongs to. See CreateTestGridProject and
ListTestGridProjects.GetTestGridSessionRequest.Builder sessionId(String sessionId)
An ID associated with this session.
sessionId - An ID associated with this session.GetTestGridSessionRequest.Builder sessionArn(String sessionArn)
An ARN that uniquely identifies a TestGridSession.
sessionArn - An ARN that uniquely identifies a TestGridSession.GetTestGridSessionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetTestGridSessionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.