Interface GetTestGridSessionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetTestGridSessionRequest.Builder,GetTestGridSessionRequest>,DeviceFarmRequest.Builder,SdkBuilder<GetTestGridSessionRequest.Builder,GetTestGridSessionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetTestGridSessionRequest
public static interface GetTestGridSessionRequest.Builder extends DeviceFarmRequest.Builder, SdkPojo, CopyableBuilder<GetTestGridSessionRequest.Builder,GetTestGridSessionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetTestGridSessionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetTestGridSessionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetTestGridSessionRequest.BuilderprojectArn(String projectArn)The ARN for the project that this session belongs to.GetTestGridSessionRequest.BuildersessionArn(String sessionArn)An ARN that uniquely identifies a TestGridSession.GetTestGridSessionRequest.BuildersessionId(String sessionId)An ID associated with this session.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.devicefarm.model.DeviceFarmRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
projectArn
GetTestGridSessionRequest.Builder projectArn(String projectArn)
The ARN for the project that this session belongs to. See CreateTestGridProject and ListTestGridProjects.
- Parameters:
projectArn- The ARN for the project that this session belongs to. See CreateTestGridProject and ListTestGridProjects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sessionId
GetTestGridSessionRequest.Builder sessionId(String sessionId)
An ID associated with this session.
- Parameters:
sessionId- An ID associated with this session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sessionArn
GetTestGridSessionRequest.Builder sessionArn(String sessionArn)
An ARN that uniquely identifies a TestGridSession.
- Parameters:
sessionArn- An ARN that uniquely identifies a TestGridSession.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetTestGridSessionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetTestGridSessionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-