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 max number of results to return in the response.
|
ListLaunchProfilesRequest.Builder |
nextToken(String nextToken)
The token to request the next page of 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)
Filter this request to launch profiles in any of the given states.
|
ListLaunchProfilesRequest.Builder |
states(String... states)
Filter this request to launch profiles in any of the given states.
|
ListLaunchProfilesRequest.Builder |
studioId(String studioId)
The studio ID.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListLaunchProfilesRequest.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.ListLaunchProfilesRequest.Builder nextToken(String nextToken)
The token to request the next page of results.
nextToken - The token to request the next page of results.ListLaunchProfilesRequest.Builder principalId(String principalId)
The principal ID. This currently supports a Amazon Web Services SSO UserId.
principalId - The principal ID. This currently supports a Amazon Web Services SSO UserId.ListLaunchProfilesRequest.Builder states(Collection<String> states)
Filter this request to launch profiles in any of the given states.
states - Filter this request to launch profiles in any of the given states.ListLaunchProfilesRequest.Builder states(String... states)
Filter this request to launch profiles in any of the given states.
states - Filter this request to launch profiles in any of the given 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.