Interface ListTestGridSessionActionsResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<ListTestGridSessionActionsResponse.Builder,,- ListTestGridSessionActionsResponse> - DeviceFarmResponse.Builder,- SdkBuilder<ListTestGridSessionActionsResponse.Builder,,- ListTestGridSessionActionsResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- ListTestGridSessionActionsResponse
@Mutable
@NotThreadSafe
public static interface ListTestGridSessionActionsResponse.Builder
extends DeviceFarmResponse.Builder, SdkPojo, CopyableBuilder<ListTestGridSessionActionsResponse.Builder,ListTestGridSessionActionsResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionactions(Collection<TestGridSessionAction> actions) The action taken by the session.actions(Consumer<TestGridSessionAction.Builder>... actions) The action taken by the session.actions(TestGridSessionAction... actions) The action taken by the session.Pagination token.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.devicefarm.model.DeviceFarmResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
actionsThe action taken by the session. - Parameters:
- actions- The action taken by the session.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
actionsThe action taken by the session. - Parameters:
- actions- The action taken by the session.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
actionsListTestGridSessionActionsResponse.Builder actions(Consumer<TestGridSessionAction.Builder>... actions) The action taken by the session. This is a convenience method that creates an instance of theTestGridSessionAction.Builderavoiding the need to create one manually viaTestGridSessionAction.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toactions(List<TestGridSessionAction>).- Parameters:
- actions- a consumer that will call methods on- TestGridSessionAction.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nextTokenPagination token. - Parameters:
- nextToken- Pagination token.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-