Interface ListWaitingWorkflowStepsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListWaitingWorkflowStepsResponse.Builder,ListWaitingWorkflowStepsResponse>,ImagebuilderResponse.Builder,SdkBuilder<ListWaitingWorkflowStepsResponse.Builder,ListWaitingWorkflowStepsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListWaitingWorkflowStepsResponse
public static interface ListWaitingWorkflowStepsResponse.Builder extends ImagebuilderResponse.Builder, SdkPojo, CopyableBuilder<ListWaitingWorkflowStepsResponse.Builder,ListWaitingWorkflowStepsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListWaitingWorkflowStepsResponse.BuildernextToken(String nextToken)The next token used for paginated responses.ListWaitingWorkflowStepsResponse.Buildersteps(Collection<WorkflowStepExecution> steps)An array of the workflow steps that are waiting for action in your Amazon Web Services account.ListWaitingWorkflowStepsResponse.Buildersteps(Consumer<WorkflowStepExecution.Builder>... steps)An array of the workflow steps that are waiting for action in your Amazon Web Services account.ListWaitingWorkflowStepsResponse.Buildersteps(WorkflowStepExecution... steps)An array of the workflow steps that are waiting for action in your Amazon Web Services account.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.imagebuilder.model.ImagebuilderResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
steps
ListWaitingWorkflowStepsResponse.Builder steps(Collection<WorkflowStepExecution> steps)
An array of the workflow steps that are waiting for action in your Amazon Web Services account.
- Parameters:
steps- An array of the workflow steps that are waiting for action in your Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
steps
ListWaitingWorkflowStepsResponse.Builder steps(WorkflowStepExecution... steps)
An array of the workflow steps that are waiting for action in your Amazon Web Services account.
- Parameters:
steps- An array of the workflow steps that are waiting for action in your Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
steps
ListWaitingWorkflowStepsResponse.Builder steps(Consumer<WorkflowStepExecution.Builder>... steps)
An array of the workflow steps that are waiting for action in your Amazon Web Services account.
This is a convenience method that creates an instance of theWorkflowStepExecution.Builderavoiding the need to create one manually viaWorkflowStepExecution.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#steps(List.) - Parameters:
steps- a consumer that will call methods onWorkflowStepExecution.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#steps(java.util.Collection)
-
nextToken
ListWaitingWorkflowStepsResponse.Builder nextToken(String nextToken)
The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.
- Parameters:
nextToken- The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-