Interface AssetBundleExportJobVPCConnectionOverrideProperties.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AssetBundleExportJobVPCConnectionOverrideProperties.Builder,
,AssetBundleExportJobVPCConnectionOverrideProperties> SdkBuilder<AssetBundleExportJobVPCConnectionOverrideProperties.Builder,
,AssetBundleExportJobVPCConnectionOverrideProperties> SdkPojo
- Enclosing class:
AssetBundleExportJobVPCConnectionOverrideProperties
public static interface AssetBundleExportJobVPCConnectionOverrideProperties.Builder
extends SdkPojo, CopyableBuilder<AssetBundleExportJobVPCConnectionOverrideProperties.Builder,AssetBundleExportJobVPCConnectionOverrideProperties>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the specificVPCConnection
resource whose override properties are configured in this structure.A list ofVPCConnection
resource properties to generate variables for in the returned CloudFormation template.properties
(AssetBundleExportJobVPCConnectionPropertyToOverride... properties) A list ofVPCConnection
resource properties to generate variables for in the returned CloudFormation template.propertiesWithStrings
(String... properties) A list ofVPCConnection
resource properties to generate variables for in the returned CloudFormation template.propertiesWithStrings
(Collection<String> properties) A list ofVPCConnection
resource properties to generate variables for in the returned CloudFormation template.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 Details
-
arn
The ARN of the specific
VPCConnection
resource whose override properties are configured in this structure.- Parameters:
arn
- The ARN of the specificVPCConnection
resource whose override properties are configured in this structure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
propertiesWithStrings
AssetBundleExportJobVPCConnectionOverrideProperties.Builder propertiesWithStrings(Collection<String> properties) A list of
VPCConnection
resource properties to generate variables for in the returned CloudFormation template.- Parameters:
properties
- A list ofVPCConnection
resource properties to generate variables for in the returned CloudFormation template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
propertiesWithStrings
AssetBundleExportJobVPCConnectionOverrideProperties.Builder propertiesWithStrings(String... properties) A list of
VPCConnection
resource properties to generate variables for in the returned CloudFormation template.- Parameters:
properties
- A list ofVPCConnection
resource properties to generate variables for in the returned CloudFormation template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
properties
AssetBundleExportJobVPCConnectionOverrideProperties.Builder properties(Collection<AssetBundleExportJobVPCConnectionPropertyToOverride> properties) A list of
VPCConnection
resource properties to generate variables for in the returned CloudFormation template.- Parameters:
properties
- A list ofVPCConnection
resource properties to generate variables for in the returned CloudFormation template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
properties
AssetBundleExportJobVPCConnectionOverrideProperties.Builder properties(AssetBundleExportJobVPCConnectionPropertyToOverride... properties) A list of
VPCConnection
resource properties to generate variables for in the returned CloudFormation template.- Parameters:
properties
- A list ofVPCConnection
resource properties to generate variables for in the returned CloudFormation template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-