Class CfnAccessGrantsInstancePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.s3.mixins.CfnAccessGrantsInstancePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAccessGrantsInstancePropsMixin>
- Enclosing class:
CfnAccessGrantsInstancePropsMixin
@Stability(Stable)
public static final class CfnAccessGrantsInstancePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAccessGrantsInstancePropsMixin>
A fluent builder for
CfnAccessGrantsInstancePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) identityCenterArn(String identityCenterArn) If you would like to associate your S3 Access Grants instance with an AWS IAM Identity Center instance, use this field to pass the Amazon Resource Name (ARN) of the AWS IAM Identity Center instance that you are associating with your S3 Access Grants instance.The AWS resource tags that you are adding to the S3 Access Grants instance.
-
Method Details
-
create
@Stability(Stable) public static CfnAccessGrantsInstancePropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnAccessGrantsInstancePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnAccessGrantsInstancePropsMixin.Builder.
-
identityCenterArn
@Stability(Stable) public CfnAccessGrantsInstancePropsMixin.Builder identityCenterArn(String identityCenterArn) If you would like to associate your S3 Access Grants instance with an AWS IAM Identity Center instance, use this field to pass the Amazon Resource Name (ARN) of the AWS IAM Identity Center instance that you are associating with your S3 Access Grants instance.An IAM Identity Center instance is your corporate identity directory that you added to the IAM Identity Center.
- Parameters:
identityCenterArn- If you would like to associate your S3 Access Grants instance with an AWS IAM Identity Center instance, use this field to pass the Amazon Resource Name (ARN) of the AWS IAM Identity Center instance that you are associating with your S3 Access Grants instance. This parameter is required.- Returns:
this- See Also:
-
tags
@Stability(Stable) public CfnAccessGrantsInstancePropsMixin.Builder tags(List<? extends CfnTag> tags) The AWS resource tags that you are adding to the S3 Access Grants instance.Each tag is a label consisting of a user-defined key and value. Tags can help you manage, identify, organize, search for, and filter resources.
- Parameters:
tags- The AWS resource tags that you are adding to the S3 Access Grants instance. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAccessGrantsInstancePropsMixin>- Returns:
- a newly built instance of
CfnAccessGrantsInstancePropsMixin.
-