public static interface GetTestGridSessionRequest.Builder extends DeviceFarmRequest.Builder, SdkPojo, CopyableBuilder<GetTestGridSessionRequest.Builder,GetTestGridSessionRequest>
Modifier and Type | Method and Description |
---|---|
GetTestGridSessionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetTestGridSessionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetTestGridSessionRequest.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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetTestGridSessionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.