public static interface ListLaunchProfilesRequest.Builder extends NimbleRequest.Builder, SdkPojo, CopyableBuilder<ListLaunchProfilesRequest.Builder,ListLaunchProfilesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListLaunchProfilesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to be returned per request.
|
ListLaunchProfilesRequest.Builder |
nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListLaunchProfilesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListLaunchProfilesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListLaunchProfilesRequest.Builder |
principalId(String principalId)
The principal ID.
|
ListLaunchProfilesRequest.Builder |
states(Collection<String> states)
A list of states.
|
ListLaunchProfilesRequest.Builder |
states(String... states)
A list of states.
|
ListLaunchProfilesRequest.Builder |
studioId(String studioId)
The studio ID.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListLaunchProfilesRequest.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.ListLaunchProfilesRequest.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.ListLaunchProfilesRequest.Builder principalId(String principalId)
The principal ID.
principalId - The principal ID.ListLaunchProfilesRequest.Builder states(Collection<String> states)
A list of states.
states - A list of states.ListLaunchProfilesRequest.Builder states(String... states)
A list of states.
states - A list of states.ListLaunchProfilesRequest.Builder studioId(String studioId)
The studio ID.
studioId - The studio ID.ListLaunchProfilesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListLaunchProfilesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.