@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 file transfer protocol-enabled server's users. A server can have only one method of authentication.
| Modifier and Type | Class and Description |
|---|---|
static interface |
IdentityProviderDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static IdentityProviderDetails.Builder |
builder() |
String |
directoryId()
The identifier of the AWS Directory Service directory that you want to stop sharing.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
invocationRole()
Provides the type of
InvocationRole used to authenticate the user account. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends IdentityProviderDetails.Builder> |
serializableBuilderClass() |
IdentityProviderDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
url()
Provides the location of the service endpoint used to authenticate users.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String url()
Provides the location of the service endpoint used to authenticate users.
public final String invocationRole()
Provides the type of InvocationRole used to authenticate the user account.
InvocationRole used to authenticate the user account.public final String directoryId()
The identifier of the AWS Directory Service directory that you want to stop sharing.
public IdentityProviderDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<IdentityProviderDetails.Builder,IdentityProviderDetails>public static IdentityProviderDetails.Builder builder()
public static Class<? extends IdentityProviderDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.