Class CfnWebApp.IdentityProviderDetailsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.transfer.CfnWebApp.IdentityProviderDetailsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnWebApp.IdentityProviderDetailsProperty>
- Enclosing interface:
CfnWebApp.IdentityProviderDetailsProperty
@Stability(Stable)
public static final class CfnWebApp.IdentityProviderDetailsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnWebApp.IdentityProviderDetailsProperty>
A builder for
CfnWebApp.IdentityProviderDetailsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplicationArn(String applicationArn) Sets the value ofCfnWebApp.IdentityProviderDetailsProperty.getApplicationArn()build()Builds the configured instance.instanceArn(String instanceArn) Sets the value ofCfnWebApp.IdentityProviderDetailsProperty.getInstanceArn()Sets the value ofCfnWebApp.IdentityProviderDetailsProperty.getRole()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
applicationArn
@Stability(Stable) public CfnWebApp.IdentityProviderDetailsProperty.Builder applicationArn(String applicationArn) Sets the value ofCfnWebApp.IdentityProviderDetailsProperty.getApplicationArn()- Parameters:
applicationArn- The Amazon Resource Name (ARN) for the IAM Identity Center application: this value is set automatically when you create your web app.- Returns:
this
-
instanceArn
@Stability(Stable) public CfnWebApp.IdentityProviderDetailsProperty.Builder instanceArn(String instanceArn) Sets the value ofCfnWebApp.IdentityProviderDetailsProperty.getInstanceArn()- Parameters:
instanceArn- The Amazon Resource Name (ARN) for the IAM Identity Center used for the web app.- Returns:
this
-
role
Sets the value ofCfnWebApp.IdentityProviderDetailsProperty.getRole()- Parameters:
role- The IAM role in IAM Identity Center used for the web app.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnWebApp.IdentityProviderDetailsProperty>- Returns:
- a new instance of
CfnWebApp.IdentityProviderDetailsProperty - Throws:
NullPointerException- if any required attribute was not provided
-