public static interface ListLaunchProfileMembersRequest.Builder extends NimbleRequest.Builder, SdkPojo, CopyableBuilder<ListLaunchProfileMembersRequest.Builder,ListLaunchProfileMembersRequest>
| Modifier and Type | Method and Description |
|---|---|
ListLaunchProfileMembersRequest.Builder |
launchProfileId(String launchProfileId)
The ID of the launch profile used to control access from the streaming session.
|
ListLaunchProfileMembersRequest.Builder |
maxResults(Integer maxResults)
The max number of results to return in the response.
|
ListLaunchProfileMembersRequest.Builder |
nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListLaunchProfileMembersRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListLaunchProfileMembersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListLaunchProfileMembersRequest.Builder |
studioId(String studioId)
The studio ID.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListLaunchProfileMembersRequest.Builder launchProfileId(String launchProfileId)
The ID of the launch profile used to control access from the streaming session.
launchProfileId - The ID of the launch profile used to control access from the streaming session.ListLaunchProfileMembersRequest.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.ListLaunchProfileMembersRequest.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.ListLaunchProfileMembersRequest.Builder studioId(String studioId)
The studio ID.
studioId - The studio ID.ListLaunchProfileMembersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListLaunchProfileMembersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.