Class IdentityProviderReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.workspacesweb.IdentityProviderReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<IdentityProviderReference>
- Enclosing interface:
IdentityProviderReference
@Stability(Stable)
public static final class IdentityProviderReference.Builder
extends Object
implements software.amazon.jsii.Builder<IdentityProviderReference>
A builder for
IdentityProviderReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.identityProviderArn(String identityProviderArn) Sets the value ofIdentityProviderReference.getIdentityProviderArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
identityProviderArn
@Stability(Stable) public IdentityProviderReference.Builder identityProviderArn(String identityProviderArn) Sets the value ofIdentityProviderReference.getIdentityProviderArn()- Parameters:
identityProviderArn- The IdentityProviderArn of the IdentityProvider resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<IdentityProviderReference>- Returns:
- a new instance of
IdentityProviderReference - Throws:
NullPointerException- if any required attribute was not provided
-