public static interface GetHostResponse.Builder extends CodeStarConnectionsResponse.Builder, SdkPojo, CopyableBuilder<GetHostResponse.Builder,GetHostResponse>
Modifier and Type | Method and Description |
---|---|
GetHostResponse.Builder |
name(String name)
The name of the requested host.
|
GetHostResponse.Builder |
providerEndpoint(String providerEndpoint)
The endpoint of the infrastructure represented by the requested host.
|
GetHostResponse.Builder |
providerType(ProviderType providerType)
The provider type of the requested host, such as GitHub Enterprise Server.
|
GetHostResponse.Builder |
providerType(String providerType)
The provider type of the requested host, such as GitHub Enterprise Server.
|
GetHostResponse.Builder |
status(String status)
The status of the requested host.
|
default GetHostResponse.Builder |
vpcConfiguration(Consumer<VpcConfiguration.Builder> vpcConfiguration)
The VPC configuration of the requested host.
|
GetHostResponse.Builder |
vpcConfiguration(VpcConfiguration vpcConfiguration)
The VPC configuration of the requested host.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetHostResponse.Builder name(String name)
The name of the requested host.
name
- The name of the requested host.GetHostResponse.Builder status(String status)
The status of the requested host.
status
- The status of the requested host.GetHostResponse.Builder providerType(String providerType)
The provider type of the requested host, such as GitHub Enterprise Server.
providerType
- The provider type of the requested host, such as GitHub Enterprise Server.ProviderType
,
ProviderType
GetHostResponse.Builder providerType(ProviderType providerType)
The provider type of the requested host, such as GitHub Enterprise Server.
providerType
- The provider type of the requested host, such as GitHub Enterprise Server.ProviderType
,
ProviderType
GetHostResponse.Builder providerEndpoint(String providerEndpoint)
The endpoint of the infrastructure represented by the requested host.
providerEndpoint
- The endpoint of the infrastructure represented by the requested host.GetHostResponse.Builder vpcConfiguration(VpcConfiguration vpcConfiguration)
The VPC configuration of the requested host.
vpcConfiguration
- The VPC configuration of the requested host.default GetHostResponse.Builder vpcConfiguration(Consumer<VpcConfiguration.Builder> vpcConfiguration)
The VPC configuration of the requested host.
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)
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.