Class CfnAccessGrantsInstance.Builder
java.lang.Object
software.amazon.awscdk.services.s3.CfnAccessGrantsInstance.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAccessGrantsInstance>
- Enclosing class:
CfnAccessGrantsInstance
@Stability(Stable)
public static final class CfnAccessGrantsInstance.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAccessGrantsInstance>
A fluent builder for
CfnAccessGrantsInstance
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
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 CfnAccessGrantsInstance.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnAccessGrantsInstance.Builder
.
-
identityCenterArn
@Stability(Stable) public CfnAccessGrantsInstance.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
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:
build
in interfacesoftware.amazon.jsii.Builder<CfnAccessGrantsInstance>
- Returns:
- a newly built instance of
CfnAccessGrantsInstance
.
-