Class OrganizationCentralizationRuleReference.Builder
java.lang.Object
software.amazon.awscdk.services.observabilityadmin.OrganizationCentralizationRuleReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<OrganizationCentralizationRuleReference>
- Enclosing interface:
OrganizationCentralizationRuleReference
@Stability(Stable)
public static final class OrganizationCentralizationRuleReference.Builder
extends Object
implements software.amazon.jsii.Builder<OrganizationCentralizationRuleReference>
A builder for
OrganizationCentralizationRuleReference
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofOrganizationCentralizationRuleReference.getRuleArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
ruleArn
Sets the value ofOrganizationCentralizationRuleReference.getRuleArn()
- Parameters:
ruleArn
- The RuleArn of the OrganizationCentralizationRule resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<OrganizationCentralizationRuleReference>
- Returns:
- a new instance of
OrganizationCentralizationRuleReference
- Throws:
NullPointerException
- if any required attribute was not provided
-