Uses of Interface
software.amazon.awssdk.services.codeconnections.model.CreateConnectionRequest.Builder
-
Packages that use CreateConnectionRequest.Builder Package Description software.amazon.awssdk.services.codeconnections AWS CodeConnections software.amazon.awssdk.services.codeconnections.model -
-
Uses of CreateConnectionRequest.Builder in software.amazon.awssdk.services.codeconnections
Method parameters in software.amazon.awssdk.services.codeconnections with type arguments of type CreateConnectionRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateConnectionResponse>CodeConnectionsAsyncClient. createConnection(Consumer<CreateConnectionRequest.Builder> createConnectionRequest)Creates a connection that can then be given to other Amazon Web Services services like CodePipeline so that it can access third-party code repositories.default CreateConnectionResponseCodeConnectionsClient. createConnection(Consumer<CreateConnectionRequest.Builder> createConnectionRequest)Creates a connection that can then be given to other Amazon Web Services services like CodePipeline so that it can access third-party code repositories. -
Uses of CreateConnectionRequest.Builder in software.amazon.awssdk.services.codeconnections.model
Methods in software.amazon.awssdk.services.codeconnections.model that return CreateConnectionRequest.Builder Modifier and Type Method Description static CreateConnectionRequest.BuilderCreateConnectionRequest. builder()CreateConnectionRequest.BuilderCreateConnectionRequest.Builder. connectionName(String connectionName)The name of the connection to be created.CreateConnectionRequest.BuilderCreateConnectionRequest.Builder. hostArn(String hostArn)The Amazon Resource Name (ARN) of the host associated with the connection to be created.CreateConnectionRequest.BuilderCreateConnectionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateConnectionRequest.BuilderCreateConnectionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateConnectionRequest.BuilderCreateConnectionRequest.Builder. providerType(String providerType)The name of the external provider where your third-party code repository is configured.CreateConnectionRequest.BuilderCreateConnectionRequest.Builder. providerType(ProviderType providerType)The name of the external provider where your third-party code repository is configured.CreateConnectionRequest.BuilderCreateConnectionRequest.Builder. tags(Collection<Tag> tags)The key-value pair to use when tagging the resource.CreateConnectionRequest.BuilderCreateConnectionRequest.Builder. tags(Consumer<Tag.Builder>... tags)The key-value pair to use when tagging the resource.CreateConnectionRequest.BuilderCreateConnectionRequest.Builder. tags(Tag... tags)The key-value pair to use when tagging the resource.CreateConnectionRequest.BuilderCreateConnectionRequest. toBuilder()Methods in software.amazon.awssdk.services.codeconnections.model that return types with arguments of type CreateConnectionRequest.Builder Modifier and Type Method Description static Class<? extends CreateConnectionRequest.Builder>CreateConnectionRequest. serializableBuilderClass()
-