Class CapacityManagerDataExportReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.ec2.CapacityManagerDataExportReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CapacityManagerDataExportReference>
- Enclosing interface:
CapacityManagerDataExportReference
@Stability(Stable)
public static final class CapacityManagerDataExportReference.Builder
extends Object
implements software.amazon.jsii.Builder<CapacityManagerDataExportReference>
A builder for
CapacityManagerDataExportReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.capacityManagerDataExportId(String capacityManagerDataExportId) Sets the value ofCapacityManagerDataExportReference.getCapacityManagerDataExportId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
capacityManagerDataExportId
@Stability(Stable) public CapacityManagerDataExportReference.Builder capacityManagerDataExportId(String capacityManagerDataExportId) Sets the value ofCapacityManagerDataExportReference.getCapacityManagerDataExportId()- Parameters:
capacityManagerDataExportId- The CapacityManagerDataExportId of the CapacityManagerDataExport resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CapacityManagerDataExportReference>- Returns:
- a new instance of
CapacityManagerDataExportReference - Throws:
NullPointerException- if any required attribute was not provided
-