Interface ConnectionSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ConnectionSummary.Builder,ConnectionSummary>,SdkBuilder<ConnectionSummary.Builder,ConnectionSummary>,SdkPojo
- Enclosing class:
- ConnectionSummary
public static interface ConnectionSummary.Builder extends SdkPojo, CopyableBuilder<ConnectionSummary.Builder,ConnectionSummary>
-
-
Method Summary
-
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 Detail
-
connectionId
ConnectionSummary.Builder connectionId(String connectionId)
The ID of a connection.
- Parameters:
connectionId- The ID of a connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainId
ConnectionSummary.Builder domainId(String domainId)
The domain ID of a connection.
- Parameters:
domainId- The domain ID of a connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainUnitId
ConnectionSummary.Builder domainUnitId(String domainUnitId)
The domain unit ID of a connection.
- Parameters:
domainUnitId- The domain unit ID of a connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentId
ConnectionSummary.Builder environmentId(String environmentId)
The environment ID of a connection.
- Parameters:
environmentId- The environment ID of a connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
ConnectionSummary.Builder name(String name)
The connection name.
- Parameters:
name- The connection name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
physicalEndpoints
ConnectionSummary.Builder physicalEndpoints(Collection<PhysicalEndpoint> physicalEndpoints)
The connection physical endpoints.
- Parameters:
physicalEndpoints- The connection physical endpoints.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
physicalEndpoints
ConnectionSummary.Builder physicalEndpoints(PhysicalEndpoint... physicalEndpoints)
The connection physical endpoints.
- Parameters:
physicalEndpoints- The connection physical endpoints.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
physicalEndpoints
ConnectionSummary.Builder physicalEndpoints(Consumer<PhysicalEndpoint.Builder>... physicalEndpoints)
The connection physical endpoints.
This is a convenience method that creates an instance of thePhysicalEndpoint.Builderavoiding the need to create one manually viaPhysicalEndpoint.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#physicalEndpoints(List.) - Parameters:
physicalEndpoints- a consumer that will call methods onPhysicalEndpoint.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#physicalEndpoints(java.util.Collection)
-
projectId
ConnectionSummary.Builder projectId(String projectId)
The connection project ID.
- Parameters:
projectId- The connection project ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
props
ConnectionSummary.Builder props(ConnectionPropertiesOutput props)
The connection props.
- Parameters:
props- The connection props.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
props
default ConnectionSummary.Builder props(Consumer<ConnectionPropertiesOutput.Builder> props)
The connection props.
This is a convenience method that creates an instance of theConnectionPropertiesOutput.Builderavoiding the need to create one manually viaConnectionPropertiesOutput.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toprops(ConnectionPropertiesOutput).- Parameters:
props- a consumer that will call methods onConnectionPropertiesOutput.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
props(ConnectionPropertiesOutput)
-
type
ConnectionSummary.Builder type(String type)
The connection type.
- Parameters:
type- The connection type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ConnectionType,ConnectionType
-
type
ConnectionSummary.Builder type(ConnectionType type)
The connection type.
- Parameters:
type- The connection type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ConnectionType,ConnectionType
-
-