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)
Add an optional request override configuration.
|
UpdateHostRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
UpdateHostRequest.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 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.Builder
vpcConfiguration(VpcConfiguration)
UpdateHostRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateHostRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.