| Package | Description |
|---|---|
| software.amazon.awssdk.services.codestarconnections.model |
| Modifier and Type | Method and Description |
|---|---|
static VpcConfiguration.Builder |
VpcConfiguration.builder() |
VpcConfiguration.Builder |
VpcConfiguration.Builder.securityGroupIds(Collection<String> securityGroupIds)
The ID of the security group or security groups associated with the Amazon VPC connected to the
infrastructure where your provider type is installed.
|
VpcConfiguration.Builder |
VpcConfiguration.Builder.securityGroupIds(String... securityGroupIds)
The ID of the security group or security groups associated with the Amazon VPC connected to the
infrastructure where your provider type is installed.
|
VpcConfiguration.Builder |
VpcConfiguration.Builder.subnetIds(Collection<String> subnetIds)
The ID of the subnet or subnets associated with the Amazon VPC connected to the infrastructure where your
provider type is installed.
|
VpcConfiguration.Builder |
VpcConfiguration.Builder.subnetIds(String... subnetIds)
The ID of the subnet or subnets associated with the Amazon VPC connected to the infrastructure where your
provider type is installed.
|
VpcConfiguration.Builder |
VpcConfiguration.Builder.tlsCertificate(String tlsCertificate)
The value of the Transport Layer Security (TLS) certificate associated with the infrastructure where your
provider type is installed.
|
VpcConfiguration.Builder |
VpcConfiguration.toBuilder() |
VpcConfiguration.Builder |
VpcConfiguration.Builder.vpcId(String vpcId)
The ID of the Amazon VPC connected to the infrastructure where your provider type is installed.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends VpcConfiguration.Builder> |
VpcConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateHostRequest.Builder |
CreateHostRequest.Builder.vpcConfiguration(Consumer<VpcConfiguration.Builder> vpcConfiguration)
The VPC configuration to be provisioned for the host.
|
default GetHostResponse.Builder |
GetHostResponse.Builder.vpcConfiguration(Consumer<VpcConfiguration.Builder> vpcConfiguration)
The VPC configuration of the requested host.
|
default UpdateHostRequest.Builder |
UpdateHostRequest.Builder.vpcConfiguration(Consumer<VpcConfiguration.Builder> vpcConfiguration)
The VPC configuration of the host to be updated.
|
default Host.Builder |
Host.Builder.vpcConfiguration(Consumer<VpcConfiguration.Builder> vpcConfiguration)
The VPC configuration provisioned for the host.
|
Copyright © 2022. All rights reserved.