public static interface IdentityProviderDetails.Builder extends SdkPojo, CopyableBuilder<IdentityProviderDetails.Builder,IdentityProviderDetails>
| Modifier and Type | Method and Description |
|---|---|
IdentityProviderDetails.Builder |
directoryId(String directoryId)
The identifier of the AWS Directory Service directory that you want to stop sharing.
|
IdentityProviderDetails.Builder |
invocationRole(String invocationRole)
Provides the type of
InvocationRole used to authenticate the user account. |
IdentityProviderDetails.Builder |
url(String url)
Provides the location of the service endpoint used to authenticate users.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIdentityProviderDetails.Builder url(String url)
Provides the location of the service endpoint used to authenticate users.
url - Provides the location of the service endpoint used to authenticate users.IdentityProviderDetails.Builder invocationRole(String invocationRole)
Provides the type of InvocationRole used to authenticate the user account.
invocationRole - Provides the type of InvocationRole used to authenticate the user account.IdentityProviderDetails.Builder directoryId(String directoryId)
The identifier of the AWS Directory Service directory that you want to stop sharing.
directoryId - The identifier of the AWS Directory Service directory that you want to stop sharing.Copyright © 2021. All rights reserved.