@Generated(value="software.amazon.awssdk:codegen") public final class StartActivityStreamResponse extends RdsResponse implements ToCopyableBuilder<StartActivityStreamResponse.Builder,StartActivityStreamResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartActivityStreamResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
applyImmediately()
Indicates whether or not the database activity stream will start as soon as possible, regardless of the
maintenance window for the database.
|
static StartActivityStreamResponse.Builder |
builder() |
Boolean |
engineNativeAuditFieldsIncluded()
Indicates whether engine-native audit fields are included in the database activity stream.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
kinesisStreamName()
The name of the Amazon Kinesis data stream to be used for the database activity stream.
|
String |
kmsKeyId()
The Amazon Web Services KMS key identifier for encryption of messages in the database activity stream.
|
ActivityStreamMode |
mode()
The mode of the database activity stream.
|
String |
modeAsString()
The mode of the database activity stream.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StartActivityStreamResponse.Builder> |
serializableBuilderClass() |
ActivityStreamStatus |
status()
The status of the database activity stream.
|
String |
statusAsString()
The status of the database activity stream.
|
StartActivityStreamResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String kmsKeyId()
The Amazon Web Services KMS key identifier for encryption of messages in the database activity stream.
public final String kinesisStreamName()
The name of the Amazon Kinesis data stream to be used for the database activity stream.
public final ActivityStreamStatus status()
The status of the database activity stream.
If the service returns an enum value that is not available in the current SDK version, status will
return ActivityStreamStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
ActivityStreamStatuspublic final String statusAsString()
The status of the database activity stream.
If the service returns an enum value that is not available in the current SDK version, status will
return ActivityStreamStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
ActivityStreamStatuspublic final ActivityStreamMode mode()
The mode of the database activity stream.
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()
The mode of the database activity stream.
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 Boolean applyImmediately()
Indicates whether or not the database activity stream will start as soon as possible, regardless of the maintenance window for the database.
public final Boolean engineNativeAuditFieldsIncluded()
Indicates whether engine-native audit fields are included in the database activity stream.
public StartActivityStreamResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StartActivityStreamResponse.Builder,StartActivityStreamResponse>toBuilder in class AwsResponsepublic static StartActivityStreamResponse.Builder builder()
public static Class<? extends StartActivityStreamResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic 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 SdkResponseCopyright © 2022. All rights reserved.