@Generated(value="software.amazon.awssdk:codegen") public final class RedshiftDataShareDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RedshiftDataShareDetails.Builder,RedshiftDataShareDetails>
Extra details specific to the affected scope in this Redshift data set.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RedshiftDataShareDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The ARN of the underlying Redshift data share that is being affected by this notification.
|
static RedshiftDataShareDetails.Builder |
builder() |
String |
database()
The database name in the Redshift data share that is being affected by this notification.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
function()
A function name in the Redshift database that is being affected by this notification.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
schema()
A schema name in the Redshift database that is being affected by this notification.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RedshiftDataShareDetails.Builder> |
serializableBuilderClass() |
String |
table()
A table name in the Redshift database that is being affected by this notification.
|
RedshiftDataShareDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
view()
A view name in the Redshift database that is being affected by this notification.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The ARN of the underlying Redshift data share that is being affected by this notification.
public final String database()
The database name in the Redshift data share that is being affected by this notification.
public final String function()
A function name in the Redshift database that is being affected by this notification.
public final String table()
A table name in the Redshift database that is being affected by this notification.
public final String schema()
A schema name in the Redshift database that is being affected by this notification.
public final String view()
A view name in the Redshift database that is being affected by this notification.
public RedshiftDataShareDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RedshiftDataShareDetails.Builder,RedshiftDataShareDetails>public static RedshiftDataShareDetails.Builder builder()
public static Class<? extends RedshiftDataShareDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.