Uses of Interface
software.amazon.awssdk.services.servicecatalog.model.SourceConnection.Builder
-
Packages that use SourceConnection.Builder Package Description software.amazon.awssdk.services.servicecatalog.model -
-
Uses of SourceConnection.Builder in software.amazon.awssdk.services.servicecatalog.model
Methods in software.amazon.awssdk.services.servicecatalog.model that return SourceConnection.Builder Modifier and Type Method Description static SourceConnection.BuilderSourceConnection. builder()default SourceConnection.BuilderSourceConnection.Builder. connectionParameters(Consumer<SourceConnectionParameters.Builder> connectionParameters)The connection details based on the connectionType.SourceConnection.BuilderSourceConnection.Builder. connectionParameters(SourceConnectionParameters connectionParameters)The connection details based on the connectionType.SourceConnection.BuilderSourceConnection. toBuilder()SourceConnection.BuilderSourceConnection.Builder. type(String type)The only supportedSourceConnectiontype is Codestar.SourceConnection.BuilderSourceConnection.Builder. type(SourceType type)The only supportedSourceConnectiontype is Codestar.Methods in software.amazon.awssdk.services.servicecatalog.model that return types with arguments of type SourceConnection.Builder Modifier and Type Method Description static Class<? extends SourceConnection.Builder>SourceConnection. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.servicecatalog.model with type arguments of type SourceConnection.Builder Modifier and Type Method Description default CreateProductRequest.BuilderCreateProductRequest.Builder. sourceConnection(Consumer<SourceConnection.Builder> sourceConnection)Specifies connection details for the created product and syncs the product to the connection source artifact.default UpdateProductRequest.BuilderUpdateProductRequest.Builder. sourceConnection(Consumer<SourceConnection.Builder> sourceConnection)Specifies connection details for the updated product and syncs the product to the connection source artifact.
-