ListStudioLifecycleConfigsRequest.Builder |
ListStudioLifecycleConfigsRequest.Builder.appTypeEquals(String appTypeEquals) |
A parameter to search for the App Type to which the Lifecycle Configuration is attached.
|
ListStudioLifecycleConfigsRequest.Builder |
ListStudioLifecycleConfigsRequest.Builder.appTypeEquals(StudioLifecycleConfigAppType appTypeEquals) |
A parameter to search for the App Type to which the Lifecycle Configuration is attached.
|
static ListStudioLifecycleConfigsRequest.Builder |
ListStudioLifecycleConfigsRequest.builder() |
|
ListStudioLifecycleConfigsRequest.Builder |
ListStudioLifecycleConfigsRequest.Builder.creationTimeAfter(Instant creationTimeAfter) |
A filter that returns only Lifecycle Configurations created on or after the specified time.
|
ListStudioLifecycleConfigsRequest.Builder |
ListStudioLifecycleConfigsRequest.Builder.creationTimeBefore(Instant creationTimeBefore) |
A filter that returns only Lifecycle Configurations created on or before the specified time.
|
ListStudioLifecycleConfigsRequest.Builder |
ListStudioLifecycleConfigsRequest.Builder.maxResults(Integer maxResults) |
The total number of items to return in the response.
|
ListStudioLifecycleConfigsRequest.Builder |
ListStudioLifecycleConfigsRequest.Builder.modifiedTimeAfter(Instant modifiedTimeAfter) |
A filter that returns only Lifecycle Configurations modified after the specified time.
|
ListStudioLifecycleConfigsRequest.Builder |
ListStudioLifecycleConfigsRequest.Builder.modifiedTimeBefore(Instant modifiedTimeBefore) |
A filter that returns only Lifecycle Configurations modified before the specified time.
|
ListStudioLifecycleConfigsRequest.Builder |
ListStudioLifecycleConfigsRequest.Builder.nameContains(String nameContains) |
A string in the Lifecycle Configuration name.
|
ListStudioLifecycleConfigsRequest.Builder |
ListStudioLifecycleConfigsRequest.Builder.nextToken(String nextToken) |
If the previous call to ListStudioLifecycleConfigs didn't return the full set of Lifecycle Configurations,
the call returns a token for getting the next set of Lifecycle Configurations.
|
ListStudioLifecycleConfigsRequest.Builder |
ListStudioLifecycleConfigsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
ListStudioLifecycleConfigsRequest.Builder |
ListStudioLifecycleConfigsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
ListStudioLifecycleConfigsRequest.Builder |
ListStudioLifecycleConfigsRequest.Builder.sortBy(String sortBy) |
The property used to sort results.
|
ListStudioLifecycleConfigsRequest.Builder |
ListStudioLifecycleConfigsRequest.Builder.sortBy(StudioLifecycleConfigSortKey sortBy) |
The property used to sort results.
|
ListStudioLifecycleConfigsRequest.Builder |
ListStudioLifecycleConfigsRequest.Builder.sortOrder(String sortOrder) |
The sort order.
|
ListStudioLifecycleConfigsRequest.Builder |
ListStudioLifecycleConfigsRequest.Builder.sortOrder(SortOrder sortOrder) |
The sort order.
|
ListStudioLifecycleConfigsRequest.Builder |
ListStudioLifecycleConfigsRequest.toBuilder() |
|