@Stability(value=Stable) public static final class CfnServer.IdentityProviderDetailsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnServer.IdentityProviderDetailsProperty>
CfnServer.IdentityProviderDetailsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnServer.IdentityProviderDetailsProperty |
build()
Builds the configured instance.
|
CfnServer.IdentityProviderDetailsProperty.Builder |
directoryId(String directoryId)
Sets the value of
CfnServer.IdentityProviderDetailsProperty.getDirectoryId() |
CfnServer.IdentityProviderDetailsProperty.Builder |
function(String function)
Sets the value of
CfnServer.IdentityProviderDetailsProperty.getFunction() |
CfnServer.IdentityProviderDetailsProperty.Builder |
invocationRole(String invocationRole)
Sets the value of
CfnServer.IdentityProviderDetailsProperty.getInvocationRole() |
CfnServer.IdentityProviderDetailsProperty.Builder |
url(String url)
Sets the value of
CfnServer.IdentityProviderDetailsProperty.getUrl() |
@Stability(value=Stable) public CfnServer.IdentityProviderDetailsProperty.Builder directoryId(String directoryId)
CfnServer.IdentityProviderDetailsProperty.getDirectoryId()directoryId - The identifier of the AWS Directory Service directory that you want to stop sharing.this@Stability(value=Stable) public CfnServer.IdentityProviderDetailsProperty.Builder function(String function)
CfnServer.IdentityProviderDetailsProperty.getFunction()function - The ARN for a lambda function to use for the Identity provider.this@Stability(value=Stable) public CfnServer.IdentityProviderDetailsProperty.Builder invocationRole(String invocationRole)
CfnServer.IdentityProviderDetailsProperty.getInvocationRole()invocationRole - Provides the type of `InvocationRole` used to authenticate the user account.this@Stability(value=Stable) public CfnServer.IdentityProviderDetailsProperty.Builder url(String url)
CfnServer.IdentityProviderDetailsProperty.getUrl()url - Provides the location of the service endpoint used to authenticate users.this@Stability(value=Stable) public CfnServer.IdentityProviderDetailsProperty build()
build in interface software.amazon.jsii.Builder<CfnServer.IdentityProviderDetailsProperty>CfnServer.IdentityProviderDetailsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.