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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RedshiftDataShareDetails.Builderarn(String arn)The ARN of the underlying Redshift data share that is being affected by this notification.RedshiftDataShareDetails.Builderdatabase(String database)The database name in the Redshift data share that is being affected by this notification.RedshiftDataShareDetails.Builderfunction(String function)A function name in the Redshift database that is being affected by this notification.RedshiftDataShareDetails.Builderschema(String schema)A schema name in the Redshift database that is being affected by this notification.RedshiftDataShareDetails.Buildertable(String table)A table name in the Redshift database that is being affected by this notification.RedshiftDataShareDetails.Builderview(String view)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 Detail
-
arn
RedshiftDataShareDetails.Builder arn(String 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
RedshiftDataShareDetails.Builder database(String 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
RedshiftDataShareDetails.Builder function(String 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
RedshiftDataShareDetails.Builder table(String 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
RedshiftDataShareDetails.Builder schema(String 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
RedshiftDataShareDetails.Builder view(String 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.
-
-