Interface ListLaunchProfileMembersRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListLaunchProfileMembersRequest.Builder,ListLaunchProfileMembersRequest>,NimbleRequest.Builder,SdkBuilder<ListLaunchProfileMembersRequest.Builder,ListLaunchProfileMembersRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListLaunchProfileMembersRequest
public static interface ListLaunchProfileMembersRequest.Builder extends NimbleRequest.Builder, SdkPojo, CopyableBuilder<ListLaunchProfileMembersRequest.Builder,ListLaunchProfileMembersRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListLaunchProfileMembersRequest.BuilderlaunchProfileId(String launchProfileId)The ID of the launch profile used to control access from the streaming session.ListLaunchProfileMembersRequest.BuildermaxResults(Integer maxResults)The max number of results to return in the response.ListLaunchProfileMembersRequest.BuildernextToken(String nextToken)The token for the next set of results, or null if there are no more results.ListLaunchProfileMembersRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListLaunchProfileMembersRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListLaunchProfileMembersRequest.BuilderstudioId(String studioId)The studio ID.-
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
-
launchProfileId
ListLaunchProfileMembersRequest.Builder launchProfileId(String launchProfileId)
The ID of the launch profile used to control access from the streaming session.
- Parameters:
launchProfileId- The ID of the launch profile used to control access from the streaming session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListLaunchProfileMembersRequest.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
ListLaunchProfileMembersRequest.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.
-
studioId
ListLaunchProfileMembersRequest.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
ListLaunchProfileMembersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListLaunchProfileMembersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-