Class CfnApplicationMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sso.CfnApplicationMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnApplicationMixinProps>
- Enclosing interface:
CfnApplicationMixinProps
@Stability(Stable)
public static final class CfnApplicationMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnApplicationMixinProps>
A builder for
CfnApplicationMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplicationProviderArn(String applicationProviderArn) Sets the value ofCfnApplicationMixinProps.getApplicationProviderArn()build()Builds the configured instance.description(String description) Sets the value ofCfnApplicationMixinProps.getDescription()instanceArn(String instanceArn) Sets the value ofCfnApplicationMixinProps.getInstanceArn()Sets the value ofCfnApplicationMixinProps.getName()Sets the value ofCfnApplicationMixinProps.getPortalOptions()portalOptions(IResolvable portalOptions) Sets the value ofCfnApplicationMixinProps.getPortalOptions()Sets the value ofCfnApplicationMixinProps.getStatus()Sets the value ofCfnApplicationMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
applicationProviderArn
@Stability(Stable) public CfnApplicationMixinProps.Builder applicationProviderArn(String applicationProviderArn) Sets the value ofCfnApplicationMixinProps.getApplicationProviderArn()- Parameters:
applicationProviderArn- The ARN of the application provider for this application.- Returns:
this
-
description
Sets the value ofCfnApplicationMixinProps.getDescription()- Parameters:
description- The description of the application.- Returns:
this
-
instanceArn
Sets the value ofCfnApplicationMixinProps.getInstanceArn()- Parameters:
instanceArn- The ARN of the instance of IAM Identity Center that is configured with this application.- Returns:
this
-
name
Sets the value ofCfnApplicationMixinProps.getName()- Parameters:
name- The name of the application.- Returns:
this
-
portalOptions
Sets the value ofCfnApplicationMixinProps.getPortalOptions()- Parameters:
portalOptions- A structure that describes the options for the access portal associated with this application.- Returns:
this
-
portalOptions
@Stability(Stable) public CfnApplicationMixinProps.Builder portalOptions(CfnApplicationPropsMixin.PortalOptionsConfigurationProperty portalOptions) Sets the value ofCfnApplicationMixinProps.getPortalOptions()- Parameters:
portalOptions- A structure that describes the options for the access portal associated with this application.- Returns:
this
-
status
Sets the value ofCfnApplicationMixinProps.getStatus()- Parameters:
status- The current status of the application in this instance of IAM Identity Center.- Returns:
this
-
tags
Sets the value ofCfnApplicationMixinProps.getTags()- Parameters:
tags- Specifies tags to be attached to the application.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnApplicationMixinProps>- Returns:
- a new instance of
CfnApplicationMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-