@Generated(value="software.amazon.awssdk:codegen") public final class StartActivityStreamRequest extends RdsRequest implements ToCopyableBuilder<StartActivityStreamRequest.Builder,StartActivityStreamRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartActivityStreamRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
applyImmediately()
Specifies whether or not the database activity stream is to start as soon as possible, regardless of the
maintenance window for the database.
|
static StartActivityStreamRequest.Builder |
builder() |
Boolean |
engineNativeAuditFieldsIncluded()
Specifies whether the database activity stream includes engine-native audit fields.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
kmsKeyId()
The Amazon Web Services KMS key identifier for encrypting messages in the database activity stream.
|
ActivityStreamMode |
mode()
Specifies the mode of the database activity stream.
|
String |
modeAsString()
Specifies the mode of the database activity stream.
|
String |
resourceArn()
The Amazon Resource Name (ARN) of the DB cluster, for example,
arn:aws:rds:us-east-1:12345667890:cluster:das-cluster. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends StartActivityStreamRequest.Builder> |
serializableBuilderClass() |
StartActivityStreamRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String resourceArn()
The Amazon Resource Name (ARN) of the DB cluster, for example,
arn:aws:rds:us-east-1:12345667890:cluster:das-cluster.
arn:aws:rds:us-east-1:12345667890:cluster:das-cluster.public final ActivityStreamMode mode()
Specifies the mode of the database activity stream. Database events such as a change or access generate an activity stream event. The database session can handle these events either synchronously or asynchronously.
If the service returns an enum value that is not available in the current SDK version, mode will return
ActivityStreamMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
modeAsString().
ActivityStreamModepublic final String modeAsString()
Specifies the mode of the database activity stream. Database events such as a change or access generate an activity stream event. The database session can handle these events either synchronously or asynchronously.
If the service returns an enum value that is not available in the current SDK version, mode will return
ActivityStreamMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
modeAsString().
ActivityStreamModepublic final String kmsKeyId()
The Amazon Web Services KMS key identifier for encrypting messages in the database activity stream. The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.
public final Boolean applyImmediately()
Specifies whether or not the database activity stream is to start as soon as possible, regardless of the maintenance window for the database.
public final Boolean engineNativeAuditFieldsIncluded()
Specifies whether the database activity stream includes engine-native audit fields. This option applies to an Oracle or Microsoft SQL Server DB instance. By default, no engine-native audit fields are included.
public StartActivityStreamRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StartActivityStreamRequest.Builder,StartActivityStreamRequest>toBuilder in class RdsRequestpublic static StartActivityStreamRequest.Builder builder()
public static Class<? extends StartActivityStreamRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.