Interface DataShareAssociation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DataShareAssociation.Builder,
,DataShareAssociation> SdkBuilder<DataShareAssociation.Builder,
,DataShareAssociation> SdkPojo
- Enclosing class:
DataShareAssociation
public static interface DataShareAssociation.Builder
extends SdkPojo, CopyableBuilder<DataShareAssociation.Builder,DataShareAssociation>
-
Method Summary
Modifier and TypeMethodDescriptionconsumerIdentifier
(String consumerIdentifier) The name of the consumer accounts that have an association with a producer datashare.consumerRegion
(String consumerRegion) The Amazon Web Services Region of the consumer accounts that have an association with a producer datashare.createdDate
(Instant createdDate) The creation date of the datashare that is associated.The status of the datashare that is associated.status
(DataShareStatus status) The status of the datashare that is associated.statusChangeDate
(Instant statusChangeDate) The status change data of the datashare that is associated.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
-
consumerIdentifier
The name of the consumer accounts that have an association with a producer datashare.
- Parameters:
consumerIdentifier
- The name of the consumer accounts that have an association with a producer datashare.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the datashare that is associated.
- Parameters:
status
- The status of the datashare that is associated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
consumerRegion
The Amazon Web Services Region of the consumer accounts that have an association with a producer datashare.
- Parameters:
consumerRegion
- The Amazon Web Services Region of the consumer accounts that have an association with a producer datashare.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdDate
The creation date of the datashare that is associated.
- Parameters:
createdDate
- The creation date of the datashare that is associated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusChangeDate
The status change data of the datashare that is associated.
- Parameters:
statusChangeDate
- The status change data of the datashare that is associated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-