Interface AssetBundleExportJobVPCConnectionOverrideProperties.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AssetBundleExportJobVPCConnectionOverrideProperties.Builder,,- AssetBundleExportJobVPCConnectionOverrideProperties> - SdkBuilder<AssetBundleExportJobVPCConnectionOverrideProperties.Builder,,- AssetBundleExportJobVPCConnectionOverrideProperties> - SdkPojo
- Enclosing class:
- AssetBundleExportJobVPCConnectionOverrideProperties
@Mutable
@NotThreadSafe
public static interface AssetBundleExportJobVPCConnectionOverrideProperties.Builder
extends SdkPojo, CopyableBuilder<AssetBundleExportJobVPCConnectionOverrideProperties.Builder,AssetBundleExportJobVPCConnectionOverrideProperties> 
- 
Method SummaryModifier and TypeMethodDescriptionThe ARN of the specificVPCConnectionresource whose override properties are configured in this structure.A list ofVPCConnectionresource properties to generate variables for in the returned CloudFormation template.properties(AssetBundleExportJobVPCConnectionPropertyToOverride... properties) A list ofVPCConnectionresource properties to generate variables for in the returned CloudFormation template.propertiesWithStrings(String... properties) A list ofVPCConnectionresource properties to generate variables for in the returned CloudFormation template.propertiesWithStrings(Collection<String> properties) A list ofVPCConnectionresource properties to generate variables for in the returned CloudFormation template.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
arnThe ARN of the specific VPCConnectionresource whose override properties are configured in this structure.- Parameters:
- arn- The ARN of the specific- VPCConnectionresource whose override properties are configured in this structure.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
propertiesWithStringsAssetBundleExportJobVPCConnectionOverrideProperties.Builder propertiesWithStrings(Collection<String> properties) A list of VPCConnectionresource properties to generate variables for in the returned CloudFormation template.- Parameters:
- properties- A list of- VPCConnectionresource 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.
 
- 
propertiesWithStringsAssetBundleExportJobVPCConnectionOverrideProperties.Builder propertiesWithStrings(String... properties) A list of VPCConnectionresource properties to generate variables for in the returned CloudFormation template.- Parameters:
- properties- A list of- VPCConnectionresource 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.
 
- 
propertiesAssetBundleExportJobVPCConnectionOverrideProperties.Builder properties(Collection<AssetBundleExportJobVPCConnectionPropertyToOverride> properties) A list of VPCConnectionresource properties to generate variables for in the returned CloudFormation template.- Parameters:
- properties- A list of- VPCConnectionresource 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.
 
- 
propertiesAssetBundleExportJobVPCConnectionOverrideProperties.Builder properties(AssetBundleExportJobVPCConnectionPropertyToOverride... properties) A list of VPCConnectionresource properties to generate variables for in the returned CloudFormation template.- Parameters:
- properties- A list of- VPCConnectionresource 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.
 
 
-