Interface StorageLensAwsOrg.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<StorageLensAwsOrg.Builder,StorageLensAwsOrg>,SdkBuilder<StorageLensAwsOrg.Builder,StorageLensAwsOrg>,SdkPojo
- Enclosing class:
- StorageLensAwsOrg
public static interface StorageLensAwsOrg.Builder extends SdkPojo, CopyableBuilder<StorageLensAwsOrg.Builder,StorageLensAwsOrg>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StorageLensAwsOrg.Builderarn(String arn)A container for the Amazon Resource Name (ARN) of the Amazon Web Services organization.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
arn
StorageLensAwsOrg.Builder arn(String arn)
A container for the Amazon Resource Name (ARN) of the Amazon Web Services organization. This property is read-only and follows the following format:
arn:aws:organizations:us-east-1:example-account-id:organization/o-ex2l495dck- Parameters:
arn- A container for the Amazon Resource Name (ARN) of the Amazon Web Services organization. This property is read-only and follows the following format:arn:aws:organizations:us-east-1:example-account-id:organization/o-ex2l495dck- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-