public static interface CreateHostRequest.Builder extends CodeStarConnectionsRequest.Builder, SdkPojo, CopyableBuilder<CreateHostRequest.Builder,CreateHostRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateHostRequest.Builder |
name(String name)
The name of the host to be created.
|
CreateHostRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateHostRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateHostRequest.Builder |
providerEndpoint(String providerEndpoint)
The endpoint of the infrastructure to be represented by the host after it is created.
|
CreateHostRequest.Builder |
providerType(ProviderType providerType)
The name of the installed provider to be associated with your connection.
|
CreateHostRequest.Builder |
providerType(String providerType)
The name of the installed provider to be associated with your connection.
|
default CreateHostRequest.Builder |
vpcConfiguration(Consumer<VpcConfiguration.Builder> vpcConfiguration)
The VPC configuration to be provisioned for the host.
|
CreateHostRequest.Builder |
vpcConfiguration(VpcConfiguration vpcConfiguration)
The VPC configuration to be provisioned for the host.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateHostRequest.Builder name(String name)
The name of the host to be created. The name must be unique in the calling AWS account.
name - The name of the host to be created. The name must be unique in the calling AWS account.CreateHostRequest.Builder providerType(String providerType)
The name of the installed provider to be associated with your connection. The host resource represents the infrastructure where your provider type is installed. The valid provider type is GitHub Enterprise Server.
providerType - The name of the installed provider to be associated with your connection. The host resource represents
the infrastructure where your provider type is installed. The valid provider type is GitHub Enterprise
Server.ProviderType,
ProviderTypeCreateHostRequest.Builder providerType(ProviderType providerType)
The name of the installed provider to be associated with your connection. The host resource represents the infrastructure where your provider type is installed. The valid provider type is GitHub Enterprise Server.
providerType - The name of the installed provider to be associated with your connection. The host resource represents
the infrastructure where your provider type is installed. The valid provider type is GitHub Enterprise
Server.ProviderType,
ProviderTypeCreateHostRequest.Builder providerEndpoint(String providerEndpoint)
The endpoint of the infrastructure to be represented by the host after it is created.
providerEndpoint - The endpoint of the infrastructure to be represented by the host after it is created.CreateHostRequest.Builder vpcConfiguration(VpcConfiguration vpcConfiguration)
The VPC configuration to be provisioned for the host. A VPC must be configured and the infrastructure to be represented by the host must already be connected to the VPC.
vpcConfiguration - The VPC configuration to be provisioned for the host. A VPC must be configured and the infrastructure
to be represented by the host must already be connected to the VPC.default CreateHostRequest.Builder vpcConfiguration(Consumer<VpcConfiguration.Builder> vpcConfiguration)
The VPC configuration to be provisioned for the host. A VPC must be configured and the infrastructure to be represented by the host must already be connected to the VPC.
This is a convenience that creates an instance of theVpcConfiguration.Builder avoiding the need to
create one manually via VpcConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to vpcConfiguration(VpcConfiguration).vpcConfiguration - a consumer that will call methods on VpcConfiguration.BuildervpcConfiguration(VpcConfiguration)CreateHostRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateHostRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.