Interface ConnectorItem.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ConnectorItem.Builder,
,ConnectorItem> SdkBuilder<ConnectorItem.Builder,
,ConnectorItem> SdkPojo
- Enclosing class:
ConnectorItem
@Mutable
@NotThreadSafe
public static interface ConnectorItem.Builder
extends SdkPojo, CopyableBuilder<ConnectorItem.Builder,ConnectorItem>
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) A description of the C2C connector.default ConnectorItem.Builder
endpointConfig
(Consumer<EndpointConfig.Builder> endpointConfig) The configuration details for the cloud connector endpoint, including connection parameters and authentication requirements.endpointConfig
(EndpointConfig endpointConfig) The configuration details for the cloud connector endpoint, including connection parameters and authentication requirements.endpointType
(String endpointType) The type of endpoint used for the C2C connector.endpointType
(EndpointType endpointType) The type of endpoint used for the C2C connector.The identifier of the C2C connector.The display name of the C2C connector.The type of cloud connector created.type
(CloudConnectorType type) The type of cloud connector created.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 C2C connector.
- Parameters:
name
- The display name of the C2C connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpointConfig
The configuration details for the cloud connector endpoint, including connection parameters and authentication requirements.
- Parameters:
endpointConfig
- The configuration details for the cloud connector endpoint, including connection parameters and authentication requirements.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpointConfig
The configuration details for the cloud connector endpoint, including connection parameters and authentication requirements.
This is a convenience method that creates an instance of theEndpointConfig.Builder
avoiding the need to create one manually viaEndpointConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toendpointConfig(EndpointConfig)
.- Parameters:
endpointConfig
- a consumer that will call methods onEndpointConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
description
A description of the C2C connector.
- Parameters:
description
- A description of the C2C connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpointType
The type of endpoint used for the C2C connector.
- Parameters:
endpointType
- The type of endpoint used for the C2C connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
endpointType
The type of endpoint used for the C2C connector.
- Parameters:
endpointType
- The type of endpoint used for the C2C connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
id
The identifier of the C2C connector.
- Parameters:
id
- The identifier of the C2C connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of cloud connector created.
- Parameters:
type
- The type of cloud connector created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of cloud connector created.
- Parameters:
type
- The type of cloud connector created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-