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