public static interface UpdateHostRequest.Builder extends CodeStarConnectionsRequest.Builder, SdkPojo, CopyableBuilder<UpdateHostRequest.Builder,UpdateHostRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateHostRequest.Builder |
hostArn(String hostArn)
The Amazon Resource Name (ARN) of the host to be updated.
|
UpdateHostRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateHostRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateHostRequest.Builder |
providerEndpoint(String providerEndpoint)
The URL or endpoint of the host to be updated.
|
default UpdateHostRequest.Builder |
vpcConfiguration(Consumer<VpcConfiguration.Builder> vpcConfiguration)
The VPC configuration of the host to be updated.
|
UpdateHostRequest.Builder |
vpcConfiguration(VpcConfiguration vpcConfiguration)
The VPC configuration of the host to be updated.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateHostRequest.Builder hostArn(String hostArn)
The Amazon Resource Name (ARN) of the host to be updated.
hostArn - The Amazon Resource Name (ARN) of the host to be updated.UpdateHostRequest.Builder providerEndpoint(String providerEndpoint)
The URL or endpoint of the host to be updated.
providerEndpoint - The URL or endpoint of the host to be updated.UpdateHostRequest.Builder vpcConfiguration(VpcConfiguration vpcConfiguration)
The VPC configuration of the host to be updated. 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 of the host to be updated. A VPC must be configured and the infrastructure to be
represented by the host must already be connected to the VPC.default UpdateHostRequest.Builder vpcConfiguration(Consumer<VpcConfiguration.Builder> vpcConfiguration)
The VPC configuration of the host to be updated. 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 method 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)UpdateHostRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateHostRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.