Interface UpdateConnectionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateConnectionResponse.Builder,UpdateConnectionResponse>,DataZoneResponse.Builder,SdkBuilder<UpdateConnectionResponse.Builder,UpdateConnectionResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateConnectionResponse
public static interface UpdateConnectionResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<UpdateConnectionResponse.Builder,UpdateConnectionResponse>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
connectionId
UpdateConnectionResponse.Builder connectionId(String connectionId)
The ID of the connection.
- Parameters:
connectionId- The ID of the connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
UpdateConnectionResponse.Builder description(String description)
The connection description.
- Parameters:
description- The connection description.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainId
UpdateConnectionResponse.Builder domainId(String domainId)
The ID of the domain where a connection is to be updated.
- Parameters:
domainId- The ID of the domain where a connection is to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainUnitId
UpdateConnectionResponse.Builder domainUnitId(String domainUnitId)
The ID of the domain unit where a connection is to be updated.
- Parameters:
domainUnitId- The ID of the domain unit where a connection is to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentId
UpdateConnectionResponse.Builder environmentId(String environmentId)
The ID of the environment where a connection is to be updated.
- Parameters:
environmentId- The ID of the environment where a connection is to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UpdateConnectionResponse.Builder name(String name)
The name of the connection.
- Parameters:
name- The name of the connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
physicalEndpoints
UpdateConnectionResponse.Builder physicalEndpoints(Collection<PhysicalEndpoint> physicalEndpoints)
The physical endpoints of the connection.
- Parameters:
physicalEndpoints- The physical endpoints of the connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
physicalEndpoints
UpdateConnectionResponse.Builder physicalEndpoints(PhysicalEndpoint... physicalEndpoints)
The physical endpoints of the connection.
- Parameters:
physicalEndpoints- The physical endpoints of the connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
physicalEndpoints
UpdateConnectionResponse.Builder physicalEndpoints(Consumer<PhysicalEndpoint.Builder>... physicalEndpoints)
The physical endpoints of the connection.
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
UpdateConnectionResponse.Builder projectId(String projectId)
The project ID of the connection.
- Parameters:
projectId- The project ID of the connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
props
UpdateConnectionResponse.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 UpdateConnectionResponse.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
UpdateConnectionResponse.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
UpdateConnectionResponse.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
-
-