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
Modifier and TypeMethodDescriptionFilters the request to streaming sessions created by the given user.The token for the next set of results, or null if there are no more results.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Filters the request to streaming session owned by the given usersessionIds
(String sessionIds) Filters the request to only the provided session IDs.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 Details
-
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
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
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
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
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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListStreamingSessionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-