Class CfnCapability.AwsIdcProperty.Builder
java.lang.Object
software.amazon.awscdk.services.eks.CfnCapability.AwsIdcProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCapability.AwsIdcProperty>
- Enclosing interface:
CfnCapability.AwsIdcProperty
@Stability(Stable)
public static final class CfnCapability.AwsIdcProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCapability.AwsIdcProperty>
A builder for
CfnCapability.AwsIdcProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.idcInstanceArn(String idcInstanceArn) Sets the value ofCfnCapability.AwsIdcProperty.getIdcInstanceArn()idcManagedApplicationArn(String idcManagedApplicationArn) Sets the value ofCfnCapability.AwsIdcProperty.getIdcManagedApplicationArn()Sets the value ofCfnCapability.AwsIdcProperty.getIdcRegion()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
idcInstanceArn
@Stability(Stable) public CfnCapability.AwsIdcProperty.Builder idcInstanceArn(String idcInstanceArn) Sets the value ofCfnCapability.AwsIdcProperty.getIdcInstanceArn()- Parameters:
idcInstanceArn- The ARN of the IAM Identity Center instance to use for authentication. This parameter is required.- Returns:
this
-
idcManagedApplicationArn
@Stability(Stable) public CfnCapability.AwsIdcProperty.Builder idcManagedApplicationArn(String idcManagedApplicationArn) Sets the value ofCfnCapability.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
Sets the value ofCfnCapability.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<CfnCapability.AwsIdcProperty>- Returns:
- a new instance of
CfnCapability.AwsIdcProperty - Throws:
NullPointerException- if any required attribute was not provided
-