Interface ConnectorDestinationSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ConnectorDestinationSummary.Builder,
,ConnectorDestinationSummary> SdkBuilder<ConnectorDestinationSummary.Builder,
,ConnectorDestinationSummary> SdkPojo
- Enclosing class:
ConnectorDestinationSummary
@Mutable
@NotThreadSafe
public static interface ConnectorDestinationSummary.Builder
extends SdkPojo, CopyableBuilder<ConnectorDestinationSummary.Builder,ConnectorDestinationSummary>
-
Method Summary
Modifier and TypeMethodDescriptioncloudConnectorId
(String cloudConnectorId) The identifier of the cloud connector associated with this connector destination.description
(String description) A description of the connector destination.The unique identifier of the connector destination.The display name of the connector destination.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, sdkFieldNameToField, sdkFields
-
Method Details
-
name
The display name of the connector destination.
- Parameters:
name
- The display name of the connector destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A description of the connector destination.
- Parameters:
description
- A description of the connector destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cloudConnectorId
The identifier of the cloud connector associated with this connector destination.
- Parameters:
cloudConnectorId
- The identifier of the cloud connector associated with this connector destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The unique identifier of the connector destination.
- Parameters:
id
- The unique identifier of the connector destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-