public static interface ListLaunchProfilesRequest.Builder extends NimbleRequest.Builder, SdkPojo, CopyableBuilder<ListLaunchProfilesRequest.Builder,ListLaunchProfilesRequest>
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 statesWithStrings(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 statesWithStrings(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(Collection<LaunchProfileState> 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(LaunchProfileState... 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 © 2022. All rights reserved.