| Package | Description |
|---|---|
| software.amazon.awssdk.services.codestarconnections |
|
| software.amazon.awssdk.services.codestarconnections.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateHostResponse> |
CodeStarConnectionsAsyncClient.createHost(Consumer<CreateHostRequest.Builder> createHostRequest)
Creates a resource that represents the infrastructure where a third-party provider is installed.
|
default CreateHostResponse |
CodeStarConnectionsClient.createHost(Consumer<CreateHostRequest.Builder> createHostRequest)
Creates a resource that represents the infrastructure where a third-party provider is installed.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateHostRequest.Builder |
CreateHostRequest.builder() |
CreateHostRequest.Builder |
CreateHostRequest.Builder.name(String name)
The name of the host to be created.
|
CreateHostRequest.Builder |
CreateHostRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateHostRequest.Builder |
CreateHostRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateHostRequest.Builder |
CreateHostRequest.Builder.providerEndpoint(String providerEndpoint)
The endpoint of the infrastructure to be represented by the host after it is created.
|
CreateHostRequest.Builder |
CreateHostRequest.Builder.providerType(ProviderType providerType)
The name of the installed provider to be associated with your connection.
|
CreateHostRequest.Builder |
CreateHostRequest.Builder.providerType(String providerType)
The name of the installed provider to be associated with your connection.
|
CreateHostRequest.Builder |
CreateHostRequest.Builder.tags(Collection<Tag> tags)
Sets the value of the Tags property for this object.
|
CreateHostRequest.Builder |
CreateHostRequest.Builder.tags(Consumer<Tag.Builder>... tags)
Sets the value of the Tags property for this object.
|
CreateHostRequest.Builder |
CreateHostRequest.Builder.tags(Tag... tags)
Sets the value of the Tags property for this object.
|
CreateHostRequest.Builder |
CreateHostRequest.toBuilder() |
default CreateHostRequest.Builder |
CreateHostRequest.Builder.vpcConfiguration(Consumer<VpcConfiguration.Builder> vpcConfiguration)
The VPC configuration to be provisioned for the host.
|
CreateHostRequest.Builder |
CreateHostRequest.Builder.vpcConfiguration(VpcConfiguration vpcConfiguration)
The VPC configuration to be provisioned for the host.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateHostRequest.Builder> |
CreateHostRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.