public static interface ListStreamingSessionsRequest.Builder extends NimbleRequest.Builder, SdkPojo, CopyableBuilder<ListStreamingSessionsRequest.Builder,ListStreamingSessionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListStreamingSessionsRequest.Builder |
createdBy(String createdBy)
Filters the request to streaming sessions created by the given user.
|
ListStreamingSessionsRequest.Builder |
nextToken(String nextToken)
The token to request the next page of results.
|
ListStreamingSessionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListStreamingSessionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListStreamingSessionsRequest.Builder |
ownedBy(String ownedBy)
Filters the request to streaming session owned by the given user
|
ListStreamingSessionsRequest.Builder |
sessionIds(String sessionIds)
Filters the request to only the provided session IDs.
|
ListStreamingSessionsRequest.Builder |
studioId(String studioId)
The studio ID.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListStreamingSessionsRequest.Builder createdBy(String createdBy)
Filters the request to streaming sessions created by the given user.
createdBy - Filters the request to streaming sessions created by the given user.ListStreamingSessionsRequest.Builder nextToken(String nextToken)
The token to request the next page of results.
nextToken - The token to request the next page of results.ListStreamingSessionsRequest.Builder ownedBy(String ownedBy)
Filters the request to streaming session owned by the given user
ownedBy - Filters the request to streaming session owned by the given userListStreamingSessionsRequest.Builder sessionIds(String sessionIds)
Filters the request to only the provided session IDs.
sessionIds - Filters the request to only the provided 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 © 2022. All rights reserved.