Class CfnStorageLens.AwsOrgProperty.Builder
java.lang.Object
software.amazon.awscdk.services.s3.CfnStorageLens.AwsOrgProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnStorageLens.AwsOrgProperty>
- Enclosing interface:
CfnStorageLens.AwsOrgProperty
@Stability(Stable)
public static final class CfnStorageLens.AwsOrgProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnStorageLens.AwsOrgProperty>
A builder for
CfnStorageLens.AwsOrgProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnStorageLens.AwsOrgProperty.getArn()
build()
Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
arn
Sets the value ofCfnStorageLens.AwsOrgProperty.getArn()
- Parameters:
arn
- This resource contains the ARN of the AWS Organization. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnStorageLens.AwsOrgProperty>
- Returns:
- a new instance of
CfnStorageLens.AwsOrgProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-