Interface ListActivityTypesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListActivityTypesRequest.Builder,ListActivityTypesRequest>,SdkBuilder<ListActivityTypesRequest.Builder,ListActivityTypesRequest>,SdkPojo,SdkRequest.Builder,SwfRequest.Builder
- Enclosing class:
- ListActivityTypesRequest
public static interface ListActivityTypesRequest.Builder extends SwfRequest.Builder, SdkPojo, CopyableBuilder<ListActivityTypesRequest.Builder,ListActivityTypesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListActivityTypesRequest.Builderdomain(String domain)The name of the domain in which the activity types have been registered.ListActivityTypesRequest.BuildermaximumPageSize(Integer maximumPageSize)The maximum number of results that are returned per call.ListActivityTypesRequest.Buildername(String name)If specified, only lists the activity types that have this name.ListActivityTypesRequest.BuildernextPageToken(String nextPageToken)IfNextPageTokenis returned there are more results available.ListActivityTypesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListActivityTypesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListActivityTypesRequest.BuilderregistrationStatus(String registrationStatus)Specifies the registration status of the activity types to list.ListActivityTypesRequest.BuilderregistrationStatus(RegistrationStatus registrationStatus)Specifies the registration status of the activity types to list.ListActivityTypesRequest.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
ListActivityTypesRequest.Builder domain(String domain)
The name of the domain in which the activity types have been registered.
- Parameters:
domain- The name of the domain in which the activity types have been registered.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
ListActivityTypesRequest.Builder name(String name)
If specified, only lists the activity types that have this name.
- Parameters:
name- If specified, only lists the activity types that have this name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registrationStatus
ListActivityTypesRequest.Builder registrationStatus(String registrationStatus)
Specifies the registration status of the activity types to list.
- Parameters:
registrationStatus- Specifies the registration status of the activity types to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RegistrationStatus,RegistrationStatus
-
registrationStatus
ListActivityTypesRequest.Builder registrationStatus(RegistrationStatus registrationStatus)
Specifies the registration status of the activity types to list.
- Parameters:
registrationStatus- Specifies the registration status of the activity types to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RegistrationStatus,RegistrationStatus
-
nextPageToken
ListActivityTypesRequest.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
ListActivityTypesRequest.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
ListActivityTypesRequest.Builder reverseOrder(Boolean reverseOrder)
When set to
true, returns the results in reverse order. By default, the results are returned in ascending alphabetical order bynameof the activity types.- Parameters:
reverseOrder- When set totrue, returns the results in reverse order. By default, the results are returned in ascending alphabetical order bynameof the activity types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListActivityTypesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListActivityTypesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-