Interface RedshiftDataShareDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RedshiftDataShareDetails.Builder,
,RedshiftDataShareDetails> SdkBuilder<RedshiftDataShareDetails.Builder,
,RedshiftDataShareDetails> SdkPojo
- Enclosing class:
RedshiftDataShareDetails
public static interface RedshiftDataShareDetails.Builder
extends SdkPojo, CopyableBuilder<RedshiftDataShareDetails.Builder,RedshiftDataShareDetails>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the underlying Redshift data share that is being affected by this notification.The database name in the Redshift data share that is being affected by this notification.A function name in the Redshift database that is being affected by this notification.A schema name in the Redshift database that is being affected by this notification.A table name in the Redshift database that is being affected by this notification.A view name in the Redshift database that is being affected by this notification.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
arn
The ARN of the underlying Redshift data share that is being affected by this notification.
- Parameters:
arn
- The ARN of the underlying Redshift data share that is being affected by this notification.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
database
The database name in the Redshift data share that is being affected by this notification.
- Parameters:
database
- The database name in the Redshift data share that is being affected by this notification.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
function
A function name in the Redshift database that is being affected by this notification.
- Parameters:
function
- A function name in the Redshift database that is being affected by this notification.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
table
A table name in the Redshift database that is being affected by this notification.
- Parameters:
table
- A table name in the Redshift database that is being affected by this notification.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schema
A schema name in the Redshift database that is being affected by this notification.
- Parameters:
schema
- A schema name in the Redshift database that is being affected by this notification.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
view
A view name in the Redshift database that is being affected by this notification.
- Parameters:
view
- A view name in the Redshift database that is being affected by this notification.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-