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 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. This currently supports a IAM Identity Center UserId.
principalId - The principal ID. This currently supports a IAM Identity Center 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 © 2023. All rights reserved.