Uses of Interface
software.amazon.awssdk.services.codeconnections.model.Host.Builder
-
Packages that use Host.Builder Package Description software.amazon.awssdk.services.codeconnections.model -
-
Uses of Host.Builder in software.amazon.awssdk.services.codeconnections.model
Methods in software.amazon.awssdk.services.codeconnections.model that return Host.Builder Modifier and Type Method Description static Host.BuilderHost. builder()Host.BuilderHost.Builder. hostArn(String hostArn)The Amazon Resource Name (ARN) of the host.Host.BuilderHost.Builder. name(String name)The name of the host.Host.BuilderHost.Builder. providerEndpoint(String providerEndpoint)The endpoint of the infrastructure where your provider type is installed.Host.BuilderHost.Builder. providerType(String providerType)The name of the installed provider to be associated with your connection.Host.BuilderHost.Builder. providerType(ProviderType providerType)The name of the installed provider to be associated with your connection.Host.BuilderHost.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.BuilderHost.Builder. statusMessage(String statusMessage)The status description for the host.Host.BuilderHost. toBuilder()default Host.BuilderHost.Builder. vpcConfiguration(Consumer<VpcConfiguration.Builder> vpcConfiguration)The VPC configuration provisioned for the host.Host.BuilderHost.Builder. vpcConfiguration(VpcConfiguration vpcConfiguration)The VPC configuration provisioned for the host.Methods in software.amazon.awssdk.services.codeconnections.model that return types with arguments of type Host.Builder Modifier and Type Method Description static Class<? extends Host.Builder>Host. serializableBuilderClass()
-