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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataShareAssociation.BuilderconsumerIdentifier(String consumerIdentifier)The name of the consumer accounts that have an association with a producer datashare.DataShareAssociation.BuilderconsumerRegion(String consumerRegion)The Amazon Web Services Region of the consumer accounts that have an association with a producer datashare.DataShareAssociation.BuildercreatedDate(Instant createdDate)The creation date of the datashare that is associated.DataShareAssociation.Builderstatus(String status)The status of the datashare that is associated.DataShareAssociation.Builderstatus(DataShareStatus status)The status of the datashare that is associated.DataShareAssociation.BuilderstatusChangeDate(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 Detail
-
consumerIdentifier
DataShareAssociation.Builder consumerIdentifier(String 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
DataShareAssociation.Builder status(String 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:
DataShareStatus,DataShareStatus
-
status
DataShareAssociation.Builder status(DataShareStatus 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:
DataShareStatus,DataShareStatus
-
consumerRegion
DataShareAssociation.Builder consumerRegion(String 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
DataShareAssociation.Builder createdDate(Instant 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
DataShareAssociation.Builder statusChangeDate(Instant 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.
-
-