Class BatchStartViewerSessionRevocationViewerSession
- java.lang.Object
-
- software.amazon.awssdk.services.ivs.model.BatchStartViewerSessionRevocationViewerSession
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BatchStartViewerSessionRevocationViewerSession.Builder,BatchStartViewerSessionRevocationViewerSession>
@Generated("software.amazon.awssdk:codegen") public final class BatchStartViewerSessionRevocationViewerSession extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchStartViewerSessionRevocationViewerSession.Builder,BatchStartViewerSessionRevocationViewerSession>
A viewer session to revoke in the call to BatchStartViewerSessionRevocation.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBatchStartViewerSessionRevocationViewerSession.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BatchStartViewerSessionRevocationViewerSession.Builderbuilder()StringchannelArn()The ARN of the channel associated with the viewer session to revoke.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends BatchStartViewerSessionRevocationViewerSession.Builder>serializableBuilderClass()BatchStartViewerSessionRevocationViewerSession.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringviewerId()The ID of the viewer associated with the viewer session to revoke.IntegerviewerSessionVersionsLessThanOrEqualTo()An optional filter on which versions of the viewer session to revoke.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
channelArn
public final String channelArn()
The ARN of the channel associated with the viewer session to revoke.
- Returns:
- The ARN of the channel associated with the viewer session to revoke.
-
viewerId
public final 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.
- Returns:
- The ID of the viewer associated with the viewer session to revoke. Do not use this field for personally identifying, confidential, or sensitive information.
-
viewerSessionVersionsLessThanOrEqualTo
public final 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.
- Returns:
- 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.
-
toBuilder
public BatchStartViewerSessionRevocationViewerSession.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BatchStartViewerSessionRevocationViewerSession.Builder,BatchStartViewerSessionRevocationViewerSession>
-
builder
public static BatchStartViewerSessionRevocationViewerSession.Builder builder()
-
serializableBuilderClass
public static Class<? extends BatchStartViewerSessionRevocationViewerSession.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-