public static interface ListStudioComponentsRequest.Builder extends NimbleRequest.Builder, SdkPojo, CopyableBuilder<ListStudioComponentsRequest.Builder,ListStudioComponentsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListStudioComponentsRequest.Builder |
maxResults(Integer maxResults)
The max number of results to return in the response.
|
ListStudioComponentsRequest.Builder |
nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListStudioComponentsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListStudioComponentsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListStudioComponentsRequest.Builder |
states(Collection<StudioComponentState> states)
Filters the request to studio components that are in one of the given states.
|
ListStudioComponentsRequest.Builder |
states(StudioComponentState... states)
Filters the request to studio components that are in one of the given states.
|
ListStudioComponentsRequest.Builder |
statesWithStrings(Collection<String> states)
Filters the request to studio components that are in one of the given states.
|
ListStudioComponentsRequest.Builder |
statesWithStrings(String... states)
Filters the request to studio components that are in one of the given states.
|
ListStudioComponentsRequest.Builder |
studioId(String studioId)
The studio ID.
|
ListStudioComponentsRequest.Builder |
types(Collection<StudioComponentType> types)
Filters the request to studio components that are of one of the given types.
|
ListStudioComponentsRequest.Builder |
types(StudioComponentType... types)
Filters the request to studio components that are of one of the given types.
|
ListStudioComponentsRequest.Builder |
typesWithStrings(Collection<String> types)
Filters the request to studio components that are of one of the given types.
|
ListStudioComponentsRequest.Builder |
typesWithStrings(String... types)
Filters the request to studio components that are of one of the given types.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListStudioComponentsRequest.Builder maxResults(Integer maxResults)
The max number of results to return in the response.
maxResults - The max number of results to return in the response.ListStudioComponentsRequest.Builder nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
nextToken - The token for the next set of results, or null if there are no more results.ListStudioComponentsRequest.Builder statesWithStrings(Collection<String> states)
Filters the request to studio components that are in one of the given states.
states - Filters the request to studio components that are in one of the given states.ListStudioComponentsRequest.Builder statesWithStrings(String... states)
Filters the request to studio components that are in one of the given states.
states - Filters the request to studio components that are in one of the given states.ListStudioComponentsRequest.Builder states(Collection<StudioComponentState> states)
Filters the request to studio components that are in one of the given states.
states - Filters the request to studio components that are in one of the given states.ListStudioComponentsRequest.Builder states(StudioComponentState... states)
Filters the request to studio components that are in one of the given states.
states - Filters the request to studio components that are in one of the given states.ListStudioComponentsRequest.Builder studioId(String studioId)
The studio ID.
studioId - The studio ID.ListStudioComponentsRequest.Builder typesWithStrings(Collection<String> types)
Filters the request to studio components that are of one of the given types.
types - Filters the request to studio components that are of one of the given types.ListStudioComponentsRequest.Builder typesWithStrings(String... types)
Filters the request to studio components that are of one of the given types.
types - Filters the request to studio components that are of one of the given types.ListStudioComponentsRequest.Builder types(Collection<StudioComponentType> types)
Filters the request to studio components that are of one of the given types.
types - Filters the request to studio components that are of one of the given types.ListStudioComponentsRequest.Builder types(StudioComponentType... types)
Filters the request to studio components that are of one of the given types.
types - Filters the request to studio components that are of one of the given types.ListStudioComponentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListStudioComponentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.