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 maximum number of results to be returned per request.
|
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<String> states)
A list of states.
|
ListStudioComponentsRequest.Builder |
states(String... states)
A list of states.
|
ListStudioComponentsRequest.Builder |
studioId(String studioId)
The studio ID.
|
ListStudioComponentsRequest.Builder |
types(Collection<String> types)
The types.
|
ListStudioComponentsRequest.Builder |
types(String... types)
The types.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListStudioComponentsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to be returned per request.
maxResults - The maximum number of results to be returned per request.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 states(Collection<String> states)
A list of states.
states - A list of states.ListStudioComponentsRequest.Builder states(String... states)
A list of states.
states - A list of states.ListStudioComponentsRequest.Builder studioId(String studioId)
The studio ID.
studioId - The studio ID.ListStudioComponentsRequest.Builder types(Collection<String> types)
The types.
types - The types.ListStudioComponentsRequest.Builder types(String... types)
The types.
types - The types.ListStudioComponentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListStudioComponentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.