public static interface IdentityProviderDetails.Builder extends SdkPojo, CopyableBuilder<IdentityProviderDetails.Builder,IdentityProviderDetails>
Modifier and Type | Method and Description |
---|---|
IdentityProviderDetails.Builder |
invocationRole(String invocationRole)
The
Role parameter provides the type of InvocationRole used to authenticate the
user account. |
IdentityProviderDetails.Builder |
url(String url)
The
IdentityProviderDetail parameter contains the location of the service endpoint used to
authenticate users. |
copy
applyMutation, build
IdentityProviderDetails.Builder url(String url)
The IdentityProviderDetail
parameter contains the location of the service endpoint used to
authenticate users.
url
- The IdentityProviderDetail
parameter contains the location of the service endpoint used
to authenticate users.IdentityProviderDetails.Builder invocationRole(String invocationRole)
The Role
parameter provides the type of InvocationRole
used to authenticate the
user account.
invocationRole
- The Role
parameter provides the type of InvocationRole
used to authenticate
the user account.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.