Interface ListWorkflowTypesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListWorkflowTypesRequest.Builder,ListWorkflowTypesRequest>,SdkBuilder<ListWorkflowTypesRequest.Builder,ListWorkflowTypesRequest>,SdkPojo,SdkRequest.Builder,SwfRequest.Builder
- Enclosing class:
- ListWorkflowTypesRequest
public static interface ListWorkflowTypesRequest.Builder extends SwfRequest.Builder, SdkPojo, CopyableBuilder<ListWorkflowTypesRequest.Builder,ListWorkflowTypesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListWorkflowTypesRequest.Builderdomain(String domain)The name of the domain in which the workflow types have been registered.ListWorkflowTypesRequest.BuildermaximumPageSize(Integer maximumPageSize)The maximum number of results that are returned per call.ListWorkflowTypesRequest.Buildername(String name)If specified, lists the workflow type with this name.ListWorkflowTypesRequest.BuildernextPageToken(String nextPageToken)IfNextPageTokenis returned there are more results available.ListWorkflowTypesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListWorkflowTypesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListWorkflowTypesRequest.BuilderregistrationStatus(String registrationStatus)Specifies the registration status of the workflow types to list.ListWorkflowTypesRequest.BuilderregistrationStatus(RegistrationStatus registrationStatus)Specifies the registration status of the workflow types to list.ListWorkflowTypesRequest.BuilderreverseOrder(Boolean reverseOrder)When set totrue, returns the results in reverse order.-
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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.swf.model.SwfRequest.Builder
build
-
-
-
-
Method Detail
-
domain
ListWorkflowTypesRequest.Builder domain(String domain)
The name of the domain in which the workflow types have been registered.
- Parameters:
domain- The name of the domain in which the workflow types have been registered.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
ListWorkflowTypesRequest.Builder name(String name)
If specified, lists the workflow type with this name.
- Parameters:
name- If specified, lists the workflow type with this name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registrationStatus
ListWorkflowTypesRequest.Builder registrationStatus(String registrationStatus)
Specifies the registration status of the workflow types to list.
- Parameters:
registrationStatus- Specifies the registration status of the workflow types to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RegistrationStatus,RegistrationStatus
-
registrationStatus
ListWorkflowTypesRequest.Builder registrationStatus(RegistrationStatus registrationStatus)
Specifies the registration status of the workflow types to list.
- Parameters:
registrationStatus- Specifies the registration status of the workflow types to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RegistrationStatus,RegistrationStatus
-
nextPageToken
ListWorkflowTypesRequest.Builder nextPageToken(String nextPageToken)
If
NextPageTokenis returned there are more results available. The value ofNextPageTokenis a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return a400error: "Specified token has exceeded its maximum lifetime".The configured
maximumPageSizedetermines how many results can be returned in a single call.- Parameters:
nextPageToken- IfNextPageTokenis returned there are more results available. The value ofNextPageTokenis a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return a400error: "Specified token has exceeded its maximum lifetime".The configured
maximumPageSizedetermines how many results can be returned in a single call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maximumPageSize
ListWorkflowTypesRequest.Builder maximumPageSize(Integer maximumPageSize)
The maximum number of results that are returned per call. Use
nextPageTokento obtain further pages of results.- Parameters:
maximumPageSize- The maximum number of results that are returned per call. UsenextPageTokento obtain further pages of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reverseOrder
ListWorkflowTypesRequest.Builder reverseOrder(Boolean reverseOrder)
When set to
true, returns the results in reverse order. By default the results are returned in ascending alphabetical order of thenameof the workflow types.- Parameters:
reverseOrder- When set totrue, returns the results in reverse order. By default the results are returned in ascending alphabetical order of thenameof the workflow types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListWorkflowTypesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListWorkflowTypesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-