public static interface ListTestGridSessionsRequest.Builder extends DeviceFarmRequest.Builder, SdkPojo, CopyableBuilder<ListTestGridSessionsRequest.Builder,ListTestGridSessionsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTestGridSessionsRequest.Builder projectArn(String projectArn)
ARN of a TestGridProject.
projectArn - ARN of a TestGridProject.ListTestGridSessionsRequest.Builder status(String status)
Return only sessions in this state.
status - Return only sessions in this state.TestGridSessionStatus,
TestGridSessionStatusListTestGridSessionsRequest.Builder status(TestGridSessionStatus status)
Return only sessions in this state.
status - Return only sessions in this state.TestGridSessionStatus,
TestGridSessionStatusListTestGridSessionsRequest.Builder creationTimeAfter(Instant creationTimeAfter)
Return only sessions created after this time.
creationTimeAfter - Return only sessions created after this time.ListTestGridSessionsRequest.Builder creationTimeBefore(Instant creationTimeBefore)
Return only sessions created before this time.
creationTimeBefore - Return only sessions created before this time.ListTestGridSessionsRequest.Builder endTimeAfter(Instant endTimeAfter)
Return only sessions that ended after this time.
endTimeAfter - Return only sessions that ended after this time.ListTestGridSessionsRequest.Builder endTimeBefore(Instant endTimeBefore)
Return only sessions that ended before this time.
endTimeBefore - Return only sessions that ended before this time.ListTestGridSessionsRequest.Builder maxResult(Integer maxResult)
Return only this many results at a time.
maxResult - Return only this many results at a time.ListTestGridSessionsRequest.Builder nextToken(String nextToken)
Pagination token.
nextToken - Pagination token.ListTestGridSessionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListTestGridSessionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.