public static interface AssetBundleExportJobVPCConnectionOverrideProperties.Builder extends SdkPojo, CopyableBuilder<AssetBundleExportJobVPCConnectionOverrideProperties.Builder,AssetBundleExportJobVPCConnectionOverrideProperties>
| Modifier and Type | Method and Description |
|---|---|
AssetBundleExportJobVPCConnectionOverrideProperties.Builder |
arn(String arn)
The ARN of the specific
VPCConnection resource whose override properties are configured in this
structure. |
AssetBundleExportJobVPCConnectionOverrideProperties.Builder |
properties(AssetBundleExportJobVPCConnectionPropertyToOverride... properties)
A list of
VPCConnection resource properties to generate variables for in the returned
CloudFormation template. |
AssetBundleExportJobVPCConnectionOverrideProperties.Builder |
properties(Collection<AssetBundleExportJobVPCConnectionPropertyToOverride> properties)
A list of
VPCConnection resource properties to generate variables for in the returned
CloudFormation template. |
AssetBundleExportJobVPCConnectionOverrideProperties.Builder |
propertiesWithStrings(Collection<String> properties)
A list of
VPCConnection resource properties to generate variables for in the returned
CloudFormation template. |
AssetBundleExportJobVPCConnectionOverrideProperties.Builder |
propertiesWithStrings(String... properties)
A list of
VPCConnection resource properties to generate variables for in the returned
CloudFormation template. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAssetBundleExportJobVPCConnectionOverrideProperties.Builder arn(String arn)
The ARN of the specific VPCConnection resource whose override properties are configured in this
structure.
arn - The ARN of the specific VPCConnection resource whose override properties are configured
in this structure.AssetBundleExportJobVPCConnectionOverrideProperties.Builder propertiesWithStrings(Collection<String> properties)
A list of VPCConnection resource properties to generate variables for in the returned
CloudFormation template.
properties - A list of VPCConnection resource properties to generate variables for in the returned
CloudFormation template.AssetBundleExportJobVPCConnectionOverrideProperties.Builder propertiesWithStrings(String... properties)
A list of VPCConnection resource properties to generate variables for in the returned
CloudFormation template.
properties - A list of VPCConnection resource properties to generate variables for in the returned
CloudFormation template.AssetBundleExportJobVPCConnectionOverrideProperties.Builder properties(Collection<AssetBundleExportJobVPCConnectionPropertyToOverride> properties)
A list of VPCConnection resource properties to generate variables for in the returned
CloudFormation template.
properties - A list of VPCConnection resource properties to generate variables for in the returned
CloudFormation template.AssetBundleExportJobVPCConnectionOverrideProperties.Builder properties(AssetBundleExportJobVPCConnectionPropertyToOverride... properties)
A list of VPCConnection resource properties to generate variables for in the returned
CloudFormation template.
properties - A list of VPCConnection resource properties to generate variables for in the returned
CloudFormation template.Copyright © 2023. All rights reserved.