Interface UpdateHostRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CodeConnectionsRequest.Builder,CopyableBuilder<UpdateHostRequest.Builder,UpdateHostRequest>,SdkBuilder<UpdateHostRequest.Builder,UpdateHostRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateHostRequest
public static interface UpdateHostRequest.Builder extends CodeConnectionsRequest.Builder, SdkPojo, CopyableBuilder<UpdateHostRequest.Builder,UpdateHostRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdateHostRequest.BuilderhostArn(String hostArn)The Amazon Resource Name (ARN) of the host to be updated.UpdateHostRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateHostRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateHostRequest.BuilderproviderEndpoint(String providerEndpoint)The URL or endpoint of the host to be updated.default UpdateHostRequest.BuildervpcConfiguration(Consumer<VpcConfiguration.Builder> vpcConfiguration)The VPC configuration of the host to be updated.UpdateHostRequest.BuildervpcConfiguration(VpcConfiguration vpcConfiguration)The VPC configuration of the host to be updated.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.codeconnections.model.CodeConnectionsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
hostArn
UpdateHostRequest.Builder hostArn(String hostArn)
The Amazon Resource Name (ARN) of the host to be updated.
- Parameters:
hostArn- The Amazon Resource Name (ARN) of the host to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
providerEndpoint
UpdateHostRequest.Builder providerEndpoint(String providerEndpoint)
The URL or endpoint of the host to be updated.
- Parameters:
providerEndpoint- The URL or endpoint of the host to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcConfiguration
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcConfiguration
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.Builderavoiding the need to create one manually viaVpcConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovpcConfiguration(VpcConfiguration).- Parameters:
vpcConfiguration- a consumer that will call methods onVpcConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
vpcConfiguration(VpcConfiguration)
-
overrideConfiguration
UpdateHostRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateHostRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-