Interface StartViewerSessionRevocationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StartViewerSessionRevocationRequest.Builder,StartViewerSessionRevocationRequest>,IvsRequest.Builder,SdkBuilder<StartViewerSessionRevocationRequest.Builder,StartViewerSessionRevocationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StartViewerSessionRevocationRequest
public static interface StartViewerSessionRevocationRequest.Builder extends IvsRequest.Builder, SdkPojo, CopyableBuilder<StartViewerSessionRevocationRequest.Builder,StartViewerSessionRevocationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartViewerSessionRevocationRequest.BuilderchannelArn(String channelArn)The ARN of the channel associated with the viewer session to revoke.StartViewerSessionRevocationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartViewerSessionRevocationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartViewerSessionRevocationRequest.BuilderviewerId(String viewerId)The ID of the viewer associated with the viewer session to revoke.StartViewerSessionRevocationRequest.BuilderviewerSessionVersionsLessThanOrEqualTo(Integer viewerSessionVersionsLessThanOrEqualTo)An optional filter on which versions of the viewer session to revoke.-
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.ivs.model.IvsRequest.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
-
channelArn
StartViewerSessionRevocationRequest.Builder channelArn(String channelArn)
The ARN of the channel associated with the viewer session to revoke.
- Parameters:
channelArn- The ARN of the channel associated with the viewer session to revoke.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
viewerId
StartViewerSessionRevocationRequest.Builder viewerId(String viewerId)
The ID of the viewer associated with the viewer session to revoke. Do not use this field for personally identifying, confidential, or sensitive information.
- Parameters:
viewerId- The ID of the viewer associated with the viewer session to revoke. Do not use this field for personally identifying, confidential, or sensitive information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
viewerSessionVersionsLessThanOrEqualTo
StartViewerSessionRevocationRequest.Builder viewerSessionVersionsLessThanOrEqualTo(Integer viewerSessionVersionsLessThanOrEqualTo)
An optional filter on which versions of the viewer session to revoke. All versions less than or equal to the specified version will be revoked. Default: 0.
- Parameters:
viewerSessionVersionsLessThanOrEqualTo- An optional filter on which versions of the viewer session to revoke. All versions less than or equal to the specified version will be revoked. Default: 0.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StartViewerSessionRevocationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartViewerSessionRevocationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-