public static interface ListStreamingSessionsRequest.Builder extends NimbleRequest.Builder, SdkPojo, CopyableBuilder<ListStreamingSessionsRequest.Builder,ListStreamingSessionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListStreamingSessionsRequest.Builder |
createdBy(String createdBy)
The user ID of the user that created the streaming session.
|
ListStreamingSessionsRequest.Builder |
nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListStreamingSessionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListStreamingSessionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListStreamingSessionsRequest.Builder |
ownedBy(String ownedBy)
The user ID of the user that owns the streaming session.
|
ListStreamingSessionsRequest.Builder |
sessionIds(String sessionIds)
A collection of session IDs.
|
ListStreamingSessionsRequest.Builder |
studioId(String studioId)
The studio ID.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListStreamingSessionsRequest.Builder createdBy(String createdBy)
The user ID of the user that created the streaming session.
createdBy - The user ID of the user that created the streaming session.ListStreamingSessionsRequest.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.ListStreamingSessionsRequest.Builder ownedBy(String ownedBy)
The user ID of the user that owns the streaming session.
ownedBy - The user ID of the user that owns the streaming session.ListStreamingSessionsRequest.Builder sessionIds(String sessionIds)
A collection of session IDs.
sessionIds - A collection of session IDs.ListStreamingSessionsRequest.Builder studioId(String studioId)
The studio ID.
studioId - The studio ID.ListStreamingSessionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListStreamingSessionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.