@Generated(value="software.amazon.awssdk:codegen") public final class IdentityProviderDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IdentityProviderDetails.Builder,IdentityProviderDetails>
Returns information related to the type of user authentication that is in use for a server's users. A server can only have one method of authentication.
Modifier and Type | Class and Description |
---|---|
static interface |
IdentityProviderDetails.Builder |
Modifier and Type | Method and Description |
---|---|
static IdentityProviderDetails.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
invocationRole()
The
Role parameter provides the type of InvocationRole used to authenticate the user
account. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends IdentityProviderDetails.Builder> |
serializableBuilderClass() |
IdentityProviderDetails.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
url()
The
IdentityProviderDetail parameter contains the location of the service endpoint used to
authenticate users. |
copy
public String url()
The IdentityProviderDetail
parameter contains the location of the service endpoint used to
authenticate users.
IdentityProviderDetail
parameter contains the location of the service endpoint used to
authenticate users.public String invocationRole()
The Role
parameter provides the type of InvocationRole
used to authenticate the user
account.
Role
parameter provides the type of InvocationRole
used to authenticate the
user account.public IdentityProviderDetails.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<IdentityProviderDetails.Builder,IdentityProviderDetails>
public static IdentityProviderDetails.Builder builder()
public static Class<? extends IdentityProviderDetails.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.