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