| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
static DataShareAssociation.Builder |
DataShareAssociation.builder() |
DataShareAssociation.Builder |
DataShareAssociation.Builder.consumerIdentifier(String consumerIdentifier)
The name of the consumer accounts that have an association with a producer datashare.
|
DataShareAssociation.Builder |
DataShareAssociation.Builder.consumerRegion(String consumerRegion)
The Amazon Web Services Region of the consumer accounts that have an association with a producer datashare.
|
DataShareAssociation.Builder |
DataShareAssociation.Builder.createdDate(Instant createdDate)
The creation date of the datashare that is associated.
|
DataShareAssociation.Builder |
DataShareAssociation.Builder.status(DataShareStatus status)
The status of the datashare that is associated.
|
DataShareAssociation.Builder |
DataShareAssociation.Builder.status(String status)
The status of the datashare that is associated.
|
DataShareAssociation.Builder |
DataShareAssociation.Builder.statusChangeDate(Instant statusChangeDate)
The status change data of the datashare that is associated.
|
DataShareAssociation.Builder |
DataShareAssociation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DataShareAssociation.Builder> |
DataShareAssociation.serializableBuilderClass() |
Copyright © 2022. All rights reserved.