| Package | Description |
|---|---|
| software.amazon.awssdk.services.codestarconnections.model |
| Modifier and Type | Method and Description |
|---|---|
static Host.Builder |
Host.builder() |
Host.Builder |
Host.Builder.hostArn(String hostArn)
The Amazon Resource Name (ARN) of the host.
|
Host.Builder |
Host.Builder.name(String name)
The name of the host.
|
Host.Builder |
Host.Builder.providerEndpoint(String providerEndpoint)
The endpoint of the infrastructure where your provider type is installed.
|
Host.Builder |
Host.Builder.providerType(ProviderType providerType)
The name of the installed provider to be associated with your connection.
|
Host.Builder |
Host.Builder.providerType(String providerType)
The name of the installed provider to be associated with your connection.
|
Host.Builder |
Host.Builder.status(String status)
The status of the host, such as PENDING, AVAILABLE, VPC_CONFIG_DELETING, VPC_CONFIG_INITIALIZING, and
VPC_CONFIG_FAILED_INITIALIZATION.
|
Host.Builder |
Host.Builder.statusMessage(String statusMessage)
The status description for the host.
|
Host.Builder |
Host.toBuilder() |
default Host.Builder |
Host.Builder.vpcConfiguration(Consumer<VpcConfiguration.Builder> vpcConfiguration)
The VPC configuration provisioned for the host.
|
Host.Builder |
Host.Builder.vpcConfiguration(VpcConfiguration vpcConfiguration)
The VPC configuration provisioned for the host.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Host.Builder> |
Host.serializableBuilderClass() |
Copyright © 2021. All rights reserved.