Class CfnCapabilityPropsMixin.AwsIdcProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.eks.CfnCapabilityPropsMixin.AwsIdcProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCapabilityPropsMixin.AwsIdcProperty>
- Enclosing interface:
CfnCapabilityPropsMixin.AwsIdcProperty
@Stability(Stable)
public static final class CfnCapabilityPropsMixin.AwsIdcProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCapabilityPropsMixin.AwsIdcProperty>
A builder for
CfnCapabilityPropsMixin.AwsIdcProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.idcInstanceArn(String idcInstanceArn) Sets the value ofCfnCapabilityPropsMixin.AwsIdcProperty.getIdcInstanceArn()idcManagedApplicationArn(String idcManagedApplicationArn) Sets the value ofCfnCapabilityPropsMixin.AwsIdcProperty.getIdcManagedApplicationArn()Sets the value ofCfnCapabilityPropsMixin.AwsIdcProperty.getIdcRegion()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
idcInstanceArn
@Stability(Stable) public CfnCapabilityPropsMixin.AwsIdcProperty.Builder idcInstanceArn(String idcInstanceArn) Sets the value ofCfnCapabilityPropsMixin.AwsIdcProperty.getIdcInstanceArn()- Parameters:
idcInstanceArn- The ARN of the IAM Identity Center instance to use for authentication.- Returns:
this
-
idcManagedApplicationArn
@Stability(Stable) public CfnCapabilityPropsMixin.AwsIdcProperty.Builder idcManagedApplicationArn(String idcManagedApplicationArn) Sets the value ofCfnCapabilityPropsMixin.AwsIdcProperty.getIdcManagedApplicationArn()- Parameters:
idcManagedApplicationArn- The ARN of the managed application created in IAM Identity Center for this Argo CD capability. This application is automatically created and managed by EKS.- Returns:
this
-
idcRegion
@Stability(Stable) public CfnCapabilityPropsMixin.AwsIdcProperty.Builder idcRegion(String idcRegion) Sets the value ofCfnCapabilityPropsMixin.AwsIdcProperty.getIdcRegion()- Parameters:
idcRegion- The Region where your IAM Identity Center instance is located.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnCapabilityPropsMixin.AwsIdcProperty>- Returns:
- a new instance of
CfnCapabilityPropsMixin.AwsIdcProperty - Throws:
NullPointerException- if any required attribute was not provided
-