static ListStudioComponentsRequest.Builder |
ListStudioComponentsRequest.builder() |
|
ListStudioComponentsRequest.Builder |
ListStudioComponentsRequest.Builder.maxResults(Integer maxResults) |
The max number of results to return in the response.
|
ListStudioComponentsRequest.Builder |
ListStudioComponentsRequest.Builder.nextToken(String nextToken) |
The token for the next set of results, or null if there are no more results.
|
ListStudioComponentsRequest.Builder |
ListStudioComponentsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
ListStudioComponentsRequest.Builder |
ListStudioComponentsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
ListStudioComponentsRequest.Builder |
ListStudioComponentsRequest.Builder.states(Collection<StudioComponentState> states) |
Filters the request to studio components that are in one of the given states.
|
ListStudioComponentsRequest.Builder |
ListStudioComponentsRequest.Builder.states(StudioComponentState... states) |
Filters the request to studio components that are in one of the given states.
|
ListStudioComponentsRequest.Builder |
ListStudioComponentsRequest.Builder.statesWithStrings(String... states) |
Filters the request to studio components that are in one of the given states.
|
ListStudioComponentsRequest.Builder |
ListStudioComponentsRequest.Builder.statesWithStrings(Collection<String> states) |
Filters the request to studio components that are in one of the given states.
|
ListStudioComponentsRequest.Builder |
ListStudioComponentsRequest.Builder.studioId(String studioId) |
The studio ID.
|
ListStudioComponentsRequest.Builder |
ListStudioComponentsRequest.toBuilder() |
|
ListStudioComponentsRequest.Builder |
ListStudioComponentsRequest.Builder.types(Collection<StudioComponentType> types) |
Filters the request to studio components that are of one of the given types.
|
ListStudioComponentsRequest.Builder |
ListStudioComponentsRequest.Builder.types(StudioComponentType... types) |
Filters the request to studio components that are of one of the given types.
|
ListStudioComponentsRequest.Builder |
ListStudioComponentsRequest.Builder.typesWithStrings(String... types) |
Filters the request to studio components that are of one of the given types.
|
ListStudioComponentsRequest.Builder |
ListStudioComponentsRequest.Builder.typesWithStrings(Collection<String> types) |
Filters the request to studio components that are of one of the given types.
|