Interface GetWorkflowStepsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetWorkflowStepsRequest.Builder,GetWorkflowStepsRequest>,CustomerProfilesRequest.Builder,SdkBuilder<GetWorkflowStepsRequest.Builder,GetWorkflowStepsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetWorkflowStepsRequest
public static interface GetWorkflowStepsRequest.Builder extends CustomerProfilesRequest.Builder, SdkPojo, CopyableBuilder<GetWorkflowStepsRequest.Builder,GetWorkflowStepsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetWorkflowStepsRequest.BuilderdomainName(String domainName)The unique name of the domain.GetWorkflowStepsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return per page.GetWorkflowStepsRequest.BuildernextToken(String nextToken)The token for the next set of results.GetWorkflowStepsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetWorkflowStepsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetWorkflowStepsRequest.BuilderworkflowId(String workflowId)Unique identifier for the workflow.-
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.customerprofiles.model.CustomerProfilesRequest.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
-
domainName
GetWorkflowStepsRequest.Builder domainName(String domainName)
The unique name of the domain.
- Parameters:
domainName- The unique name of the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workflowId
GetWorkflowStepsRequest.Builder workflowId(String workflowId)
Unique identifier for the workflow.
- Parameters:
workflowId- Unique identifier for the workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
GetWorkflowStepsRequest.Builder nextToken(String nextToken)
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
- Parameters:
nextToken- The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
GetWorkflowStepsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return per page.
- Parameters:
maxResults- The maximum number of results to return per page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetWorkflowStepsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetWorkflowStepsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-