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