public static interface AssetBundleImportJobVPCConnectionOverrideParameters.Builder extends SdkPojo, CopyableBuilder<AssetBundleImportJobVPCConnectionOverrideParameters.Builder,AssetBundleImportJobVPCConnectionOverrideParameters>
| Modifier and Type | Method and Description |
|---|---|
AssetBundleImportJobVPCConnectionOverrideParameters.Builder |
dnsResolvers(Collection<String> dnsResolvers)
An optional override of DNS resolvers to be used by the VPC connection.
|
AssetBundleImportJobVPCConnectionOverrideParameters.Builder |
dnsResolvers(String... dnsResolvers)
An optional override of DNS resolvers to be used by the VPC connection.
|
AssetBundleImportJobVPCConnectionOverrideParameters.Builder |
name(String name)
A new name for the VPC connection.
|
AssetBundleImportJobVPCConnectionOverrideParameters.Builder |
roleArn(String roleArn)
An optional override of the role ARN to be used by the VPC connection.
|
AssetBundleImportJobVPCConnectionOverrideParameters.Builder |
securityGroupIds(Collection<String> securityGroupIds)
A new security group ID for the VPC connection you are importing.
|
AssetBundleImportJobVPCConnectionOverrideParameters.Builder |
securityGroupIds(String... securityGroupIds)
A new security group ID for the VPC connection you are importing.
|
AssetBundleImportJobVPCConnectionOverrideParameters.Builder |
subnetIds(Collection<String> subnetIds)
A list of new subnet IDs for the VPC connection you are importing.
|
AssetBundleImportJobVPCConnectionOverrideParameters.Builder |
subnetIds(String... subnetIds)
A list of new subnet IDs for the VPC connection you are importing.
|
AssetBundleImportJobVPCConnectionOverrideParameters.Builder |
vpcConnectionId(String vpcConnectionId)
The ID of the VPC Connection to apply overrides to.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAssetBundleImportJobVPCConnectionOverrideParameters.Builder vpcConnectionId(String vpcConnectionId)
The ID of the VPC Connection to apply overrides to.
vpcConnectionId - The ID of the VPC Connection to apply overrides to.AssetBundleImportJobVPCConnectionOverrideParameters.Builder name(String name)
A new name for the VPC connection.
name - A new name for the VPC connection.AssetBundleImportJobVPCConnectionOverrideParameters.Builder subnetIds(Collection<String> subnetIds)
A list of new subnet IDs for the VPC connection you are importing. This field is required if you are importing the VPC connection from another Amazon Web Services account or Region.
subnetIds - A list of new subnet IDs for the VPC connection you are importing. This field is required if you are
importing the VPC connection from another Amazon Web Services account or Region.AssetBundleImportJobVPCConnectionOverrideParameters.Builder subnetIds(String... subnetIds)
A list of new subnet IDs for the VPC connection you are importing. This field is required if you are importing the VPC connection from another Amazon Web Services account or Region.
subnetIds - A list of new subnet IDs for the VPC connection you are importing. This field is required if you are
importing the VPC connection from another Amazon Web Services account or Region.AssetBundleImportJobVPCConnectionOverrideParameters.Builder securityGroupIds(Collection<String> securityGroupIds)
A new security group ID for the VPC connection you are importing. This field is required if you are importing the VPC connection from another Amazon Web Services account or Region.
securityGroupIds - A new security group ID for the VPC connection you are importing. This field is required if you are
importing the VPC connection from another Amazon Web Services account or Region.AssetBundleImportJobVPCConnectionOverrideParameters.Builder securityGroupIds(String... securityGroupIds)
A new security group ID for the VPC connection you are importing. This field is required if you are importing the VPC connection from another Amazon Web Services account or Region.
securityGroupIds - A new security group ID for the VPC connection you are importing. This field is required if you are
importing the VPC connection from another Amazon Web Services account or Region.AssetBundleImportJobVPCConnectionOverrideParameters.Builder dnsResolvers(Collection<String> dnsResolvers)
An optional override of DNS resolvers to be used by the VPC connection.
dnsResolvers - An optional override of DNS resolvers to be used by the VPC connection.AssetBundleImportJobVPCConnectionOverrideParameters.Builder dnsResolvers(String... dnsResolvers)
An optional override of DNS resolvers to be used by the VPC connection.
dnsResolvers - An optional override of DNS resolvers to be used by the VPC connection.AssetBundleImportJobVPCConnectionOverrideParameters.Builder roleArn(String roleArn)
An optional override of the role ARN to be used by the VPC connection.
roleArn - An optional override of the role ARN to be used by the VPC connection.Copyright © 2023. All rights reserved.