Interface CreateConnectionResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<CreateConnectionResponse.Builder,,- CreateConnectionResponse> - DataZoneResponse.Builder,- SdkBuilder<CreateConnectionResponse.Builder,,- CreateConnectionResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- CreateConnectionResponse
- 
Method SummaryModifier and TypeMethodDescriptionconnectionId(String connectionId) The ID of the connection.description(String description) The connection description.The ID of the domain where the connection is created.domainUnitId(String domainUnitId) The ID of the domain unit where the connection is created.environmentId(String environmentId) The ID of the environment where the connection is created.The connection name.physicalEndpoints(Collection<PhysicalEndpoint> physicalEndpoints) The physical endpoints of the connection.physicalEndpoints(Consumer<PhysicalEndpoint.Builder>... physicalEndpoints) The physical endpoints of the connection.physicalEndpoints(PhysicalEndpoint... physicalEndpoints) The physical endpoints of the connection.The ID of the project where the connection is created.default CreateConnectionResponse.BuilderThe connection props.props(ConnectionPropertiesOutput props) The connection props.The scope of the connection.scope(ConnectionScope scope) The scope of the connection.The connection type.type(ConnectionType type) The connection type.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
connectionIdThe 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.
 
- 
descriptionThe connection description. - Parameters:
- description- The connection description.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
domainIdThe ID of the domain where the connection is created. - Parameters:
- domainId- The ID of the domain where the connection is created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
domainUnitIdThe ID of the domain unit where the connection is created. - Parameters:
- domainUnitId- The ID of the domain unit where the connection is created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
environmentIdThe ID of the environment where the connection is created. - Parameters:
- environmentId- The ID of the environment where the connection is created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nameThe connection name. - Parameters:
- name- The connection name.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
physicalEndpointsThe 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.
 
- 
physicalEndpointsThe 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.
 
- 
physicalEndpointsCreateConnectionResponse.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 tophysicalEndpoints(List<PhysicalEndpoint>).- Parameters:
- physicalEndpoints- a consumer that will call methods on- PhysicalEndpoint.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
projectIdThe ID of the project where the connection is created. - Parameters:
- projectId- The ID of the project where the connection is created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
propsThe connection props. - Parameters:
- props- The connection props.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
propsThe 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 on- ConnectionPropertiesOutput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
scopeThe scope of the connection. - Parameters:
- scope- The scope of the connection.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
scopeThe scope of the connection. - Parameters:
- scope- The scope of the connection.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
typeThe connection type. - Parameters:
- type- The connection type.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
typeThe connection type. - Parameters:
- type- The connection type.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-