Interface ListLaunchProfilesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListLaunchProfilesRequest.Builder,ListLaunchProfilesRequest>,NimbleRequest.Builder,SdkBuilder<ListLaunchProfilesRequest.Builder,ListLaunchProfilesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListLaunchProfilesRequest
public static interface ListLaunchProfilesRequest.Builder extends NimbleRequest.Builder, SdkPojo, CopyableBuilder<ListLaunchProfilesRequest.Builder,ListLaunchProfilesRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.nimble.model.NimbleRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
maxResults
ListLaunchProfilesRequest.Builder maxResults(Integer maxResults)
The max number of results to return in the response.
- Parameters:
maxResults- The max number of results to return in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListLaunchProfilesRequest.Builder nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
- Parameters:
nextToken- The token for the next set of results, or null if there are no more results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
principalId
ListLaunchProfilesRequest.Builder principalId(String principalId)
The principal ID. This currently supports a IAM Identity Center UserId.
- Parameters:
principalId- The principal ID. This currently supports a IAM Identity Center UserId.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statesWithStrings
ListLaunchProfilesRequest.Builder statesWithStrings(Collection<String> states)
Filter this request to launch profiles in any of the given states.
- Parameters:
states- Filter this request to launch profiles in any of the given states.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statesWithStrings
ListLaunchProfilesRequest.Builder statesWithStrings(String... states)
Filter this request to launch profiles in any of the given states.
- Parameters:
states- Filter this request to launch profiles in any of the given states.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
states
ListLaunchProfilesRequest.Builder states(Collection<LaunchProfileState> states)
Filter this request to launch profiles in any of the given states.
- Parameters:
states- Filter this request to launch profiles in any of the given states.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
states
ListLaunchProfilesRequest.Builder states(LaunchProfileState... states)
Filter this request to launch profiles in any of the given states.
- Parameters:
states- Filter this request to launch profiles in any of the given states.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
studioId
ListLaunchProfilesRequest.Builder studioId(String studioId)
The studio ID.
- Parameters:
studioId- The studio ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListLaunchProfilesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListLaunchProfilesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-