Interface ListStreamingSessionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListStreamingSessionsRequest.Builder,ListStreamingSessionsRequest>,NimbleRequest.Builder,SdkBuilder<ListStreamingSessionsRequest.Builder,ListStreamingSessionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListStreamingSessionsRequest
public static interface ListStreamingSessionsRequest.Builder extends NimbleRequest.Builder, SdkPojo, CopyableBuilder<ListStreamingSessionsRequest.Builder,ListStreamingSessionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListStreamingSessionsRequest.BuildercreatedBy(String createdBy)Filters the request to streaming sessions created by the given user.ListStreamingSessionsRequest.BuildernextToken(String nextToken)The token for the next set of results, or null if there are no more results.ListStreamingSessionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListStreamingSessionsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListStreamingSessionsRequest.BuilderownedBy(String ownedBy)Filters the request to streaming session owned by the given userListStreamingSessionsRequest.BuildersessionIds(String sessionIds)Filters the request to only the provided session IDs.ListStreamingSessionsRequest.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
-
createdBy
ListStreamingSessionsRequest.Builder createdBy(String createdBy)
Filters the request to streaming sessions created by the given user.
- Parameters:
createdBy- Filters the request to streaming sessions created by the given user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListStreamingSessionsRequest.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.
-
ownedBy
ListStreamingSessionsRequest.Builder ownedBy(String ownedBy)
Filters the request to streaming session owned by the given user
- Parameters:
ownedBy- Filters the request to streaming session owned by the given user- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sessionIds
ListStreamingSessionsRequest.Builder sessionIds(String sessionIds)
Filters the request to only the provided session IDs.
- Parameters:
sessionIds- Filters the request to only the provided session IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
studioId
ListStreamingSessionsRequest.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
ListStreamingSessionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListStreamingSessionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-