public static interface RedshiftDataShareDetails.Builder extends SdkPojo, CopyableBuilder<RedshiftDataShareDetails.Builder,RedshiftDataShareDetails>
| Modifier and Type | Method and Description |
|---|---|
RedshiftDataShareDetails.Builder |
arn(String arn)
The ARN of the underlying Redshift data share that is being affected by this notification.
|
RedshiftDataShareDetails.Builder |
database(String database)
The database name in the Redshift data share that is being affected by this notification.
|
RedshiftDataShareDetails.Builder |
function(String function)
A function name in the Redshift database that is being affected by this notification.
|
RedshiftDataShareDetails.Builder |
schema(String schema)
A schema name in the Redshift database that is being affected by this notification.
|
RedshiftDataShareDetails.Builder |
table(String table)
A table name in the Redshift database that is being affected by this notification.
|
RedshiftDataShareDetails.Builder |
view(String view)
A view name in the Redshift database that is being affected by this notification.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRedshiftDataShareDetails.Builder arn(String arn)
The ARN of the underlying Redshift data share that is being affected by this notification.
arn - The ARN of the underlying Redshift data share that is being affected by this notification.RedshiftDataShareDetails.Builder database(String database)
The database name in the Redshift data share that is being affected by this notification.
database - The database name in the Redshift data share that is being affected by this notification.RedshiftDataShareDetails.Builder function(String function)
A function name in the Redshift database that is being affected by this notification.
function - A function name in the Redshift database that is being affected by this notification.RedshiftDataShareDetails.Builder table(String table)
A table name in the Redshift database that is being affected by this notification.
table - A table name in the Redshift database that is being affected by this notification.RedshiftDataShareDetails.Builder schema(String schema)
A schema name in the Redshift database that is being affected by this notification.
schema - A schema name in the Redshift database that is being affected by this notification.RedshiftDataShareDetails.Builder view(String view)
A view name in the Redshift database that is being affected by this notification.
view - A view name in the Redshift database that is being affected by this notification.Copyright © 2023. All rights reserved.