Interface DataSourceAttachmentSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DataSourceAttachmentSummary.Builder,,DataSourceAttachmentSummary> SdkBuilder<DataSourceAttachmentSummary.Builder,,DataSourceAttachmentSummary> SdkPojo
- Enclosing class:
DataSourceAttachmentSummary
@Mutable
@NotThreadSafe
public static interface DataSourceAttachmentSummary.Builder
extends SdkPojo, CopyableBuilder<DataSourceAttachmentSummary.Builder,DataSourceAttachmentSummary>
-
Method Summary
Modifier and TypeMethodDescriptionattachmentId(String attachmentId) The unique identifier assigned to the data source attachment.dataSourceArn(String dataSourceArn) Sets the value of the DataSourceArn property for this object.The current status of the data source attachment.status(DataSourceAttachmentStatus status) The current status of the data source attachment.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
attachmentId
The unique identifier assigned to the data source attachment.
- Parameters:
attachmentId- The unique identifier assigned to the data source attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSourceArn
Sets the value of the DataSourceArn property for this object.- Parameters:
dataSourceArn- The new value for the DataSourceArn property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the data source attachment. Valid values are
PENDING,ATTACHED, andFAILED.- Parameters:
status- The current status of the data source attachment. Valid values arePENDING,ATTACHED, andFAILED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the data source attachment. Valid values are
PENDING,ATTACHED, andFAILED.- Parameters:
status- The current status of the data source attachment. Valid values arePENDING,ATTACHED, andFAILED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-