Class CfnAccessGrantsInstanceMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.s3.CfnAccessGrantsInstanceMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAccessGrantsInstanceMixinProps>
- Enclosing interface:
CfnAccessGrantsInstanceMixinProps
@Stability(Stable)
public static final class CfnAccessGrantsInstanceMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAccessGrantsInstanceMixinProps>
A builder for
CfnAccessGrantsInstanceMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.identityCenterArn(String identityCenterArn) Sets the value ofCfnAccessGrantsInstanceMixinProps.getIdentityCenterArn()Sets the value ofCfnAccessGrantsInstanceMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
identityCenterArn
@Stability(Stable) public CfnAccessGrantsInstanceMixinProps.Builder identityCenterArn(String identityCenterArn) Sets the value ofCfnAccessGrantsInstanceMixinProps.getIdentityCenterArn()- 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. An IAM Identity Center instance is your corporate identity directory that you added to the IAM Identity Center.- Returns:
this
-
tags
@Stability(Stable) public CfnAccessGrantsInstanceMixinProps.Builder tags(List<? extends CfnTag> tags) Sets the value ofCfnAccessGrantsInstanceMixinProps.getTags()- Parameters:
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.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAccessGrantsInstanceMixinProps>- Returns:
- a new instance of
CfnAccessGrantsInstanceMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-