public static interface ListActivityTypesRequest.Builder extends SwfRequest.Builder, SdkPojo, CopyableBuilder<ListActivityTypesRequest.Builder,ListActivityTypesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListActivityTypesRequest.Builder |
domain(String domain)
The name of the domain in which the activity types have been registered.
|
ListActivityTypesRequest.Builder |
maximumPageSize(Integer maximumPageSize)
The maximum number of results that are returned per call.
|
ListActivityTypesRequest.Builder |
name(String name)
If specified, only lists the activity types that have this name.
|
ListActivityTypesRequest.Builder |
nextPageToken(String nextPageToken)
If
NextPageToken is returned there are more results available. |
ListActivityTypesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListActivityTypesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListActivityTypesRequest.Builder |
registrationStatus(RegistrationStatus registrationStatus)
Specifies the registration status of the activity types to list.
|
ListActivityTypesRequest.Builder |
registrationStatus(String registrationStatus)
Specifies the registration status of the activity types to list.
|
ListActivityTypesRequest.Builder |
reverseOrder(Boolean reverseOrder)
When set to
true, returns the results in reverse order. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListActivityTypesRequest.Builder domain(String domain)
The name of the domain in which the activity types have been registered.
domain - The name of the domain in which the activity types have been registered.ListActivityTypesRequest.Builder name(String name)
If specified, only lists the activity types that have this name.
name - If specified, only lists the activity types that have this name.ListActivityTypesRequest.Builder registrationStatus(String registrationStatus)
Specifies the registration status of the activity types to list.
registrationStatus - Specifies the registration status of the activity types to list.RegistrationStatus,
RegistrationStatusListActivityTypesRequest.Builder registrationStatus(RegistrationStatus registrationStatus)
Specifies the registration status of the activity types to list.
registrationStatus - Specifies the registration status of the activity types to list.RegistrationStatus,
RegistrationStatusListActivityTypesRequest.Builder nextPageToken(String nextPageToken)
If NextPageToken is returned there are more results available. The value of
NextPageToken is 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 60
seconds. Using an expired pagination token will return a 400 error: "
Specified token has exceeded its maximum lifetime".
The configured maximumPageSize determines how many results can be returned in a single call.
nextPageToken - If NextPageToken is returned there are more results available. The value of
NextPageToken is 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 60 seconds. Using an expired pagination token will return a 400 error: "
Specified token has exceeded its maximum lifetime".
The configured maximumPageSize determines how many results can be returned in a single
call.
ListActivityTypesRequest.Builder maximumPageSize(Integer maximumPageSize)
The maximum number of results that are returned per call. Use nextPageToken to obtain further
pages of results.
maximumPageSize - The maximum number of results that are returned per call. Use nextPageToken to obtain
further pages of results.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 by name of the activity types.
reverseOrder - When set to true, returns the results in reverse order. By default, the results are
returned in ascending alphabetical order by name of the activity types.ListActivityTypesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListActivityTypesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.