public static interface DataShareAssociation.Builder extends SdkPojo, CopyableBuilder<DataShareAssociation.Builder,DataShareAssociation>
| Modifier and Type | Method and Description |
|---|---|
DataShareAssociation.Builder |
consumerIdentifier(String consumerIdentifier)
The name of the consumer accounts that have an association with a producer datashare.
|
DataShareAssociation.Builder |
consumerRegion(String consumerRegion)
The Amazon Web Services Region of the consumer accounts that have an association with a producer datashare.
|
DataShareAssociation.Builder |
createdDate(Instant createdDate)
The creation date of the datashare that is associated.
|
DataShareAssociation.Builder |
status(DataShareStatus status)
The status of the datashare that is associated.
|
DataShareAssociation.Builder |
status(String status)
The status of the datashare that is associated.
|
DataShareAssociation.Builder |
statusChangeDate(Instant statusChangeDate)
The status change data of the datashare that is associated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDataShareAssociation.Builder consumerIdentifier(String consumerIdentifier)
The name of the consumer accounts that have an association with a producer datashare.
consumerIdentifier - The name of the consumer accounts that have an association with a producer datashare.DataShareAssociation.Builder status(String status)
The status of the datashare that is associated.
status - The status of the datashare that is associated.DataShareStatus,
DataShareStatusDataShareAssociation.Builder status(DataShareStatus status)
The status of the datashare that is associated.
status - The status of the datashare that is associated.DataShareStatus,
DataShareStatusDataShareAssociation.Builder consumerRegion(String consumerRegion)
The Amazon Web Services Region of the consumer accounts that have an association with a producer datashare.
consumerRegion - The Amazon Web Services Region of the consumer accounts that have an association with a producer
datashare.DataShareAssociation.Builder createdDate(Instant createdDate)
The creation date of the datashare that is associated.
createdDate - The creation date of the datashare that is associated.DataShareAssociation.Builder statusChangeDate(Instant statusChangeDate)
The status change data of the datashare that is associated.
statusChangeDate - The status change data of the datashare that is associated.Copyright © 2023. All rights reserved.