@Generated(value="software.amazon.awssdk:codegen") public final class Trust extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Trust.Builder,Trust>
Describes a trust relationship between an AWS Managed Microsoft AD directory and an external domain.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Trust.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Trust.Builder |
builder() |
Instant |
createdDateTime()
The date and time that the trust relationship was created.
|
String |
directoryId()
The Directory ID of the AWS directory involved in the trust relationship.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdatedDateTime()
The date and time that the trust relationship was last updated.
|
String |
remoteDomainName()
The Fully Qualified Domain Name (FQDN) of the external domain involved in the trust relationship.
|
List<SdkField<?>> |
sdkFields() |
SelectiveAuth |
selectiveAuth()
Current state of selective authentication for the trust.
|
String |
selectiveAuthAsString()
Current state of selective authentication for the trust.
|
static Class<? extends Trust.Builder> |
serializableBuilderClass() |
Instant |
stateLastUpdatedDateTime()
The date and time that the TrustState was last updated.
|
Trust.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
TrustDirection |
trustDirection()
The trust relationship direction.
|
String |
trustDirectionAsString()
The trust relationship direction.
|
String |
trustId()
The unique ID of the trust relationship.
|
TrustState |
trustState()
The trust relationship state.
|
String |
trustStateAsString()
The trust relationship state.
|
String |
trustStateReason()
The reason for the TrustState.
|
TrustType |
trustType()
The trust relationship type.
|
String |
trustTypeAsString()
The trust relationship type.
|
copypublic String directoryId()
The Directory ID of the AWS directory involved in the trust relationship.
public String trustId()
The unique ID of the trust relationship.
public String remoteDomainName()
The Fully Qualified Domain Name (FQDN) of the external domain involved in the trust relationship.
public TrustType trustType()
The trust relationship type. Forest is the default.
If the service returns an enum value that is not available in the current SDK version, trustType will
return TrustType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
trustTypeAsString().
Forest is the default.TrustTypepublic String trustTypeAsString()
The trust relationship type. Forest is the default.
If the service returns an enum value that is not available in the current SDK version, trustType will
return TrustType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
trustTypeAsString().
Forest is the default.TrustTypepublic TrustDirection trustDirection()
The trust relationship direction.
If the service returns an enum value that is not available in the current SDK version, trustDirection
will return TrustDirection.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from trustDirectionAsString().
TrustDirectionpublic String trustDirectionAsString()
The trust relationship direction.
If the service returns an enum value that is not available in the current SDK version, trustDirection
will return TrustDirection.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from trustDirectionAsString().
TrustDirectionpublic TrustState trustState()
The trust relationship state.
If the service returns an enum value that is not available in the current SDK version, trustState will
return TrustState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
trustStateAsString().
TrustStatepublic String trustStateAsString()
The trust relationship state.
If the service returns an enum value that is not available in the current SDK version, trustState will
return TrustState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
trustStateAsString().
TrustStatepublic Instant createdDateTime()
The date and time that the trust relationship was created.
public Instant lastUpdatedDateTime()
The date and time that the trust relationship was last updated.
public Instant stateLastUpdatedDateTime()
The date and time that the TrustState was last updated.
public String trustStateReason()
The reason for the TrustState.
public SelectiveAuth selectiveAuth()
Current state of selective authentication for the trust.
If the service returns an enum value that is not available in the current SDK version, selectiveAuth
will return SelectiveAuth.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
selectiveAuthAsString().
SelectiveAuthpublic String selectiveAuthAsString()
Current state of selective authentication for the trust.
If the service returns an enum value that is not available in the current SDK version, selectiveAuth
will return SelectiveAuth.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
selectiveAuthAsString().
SelectiveAuthpublic Trust.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<Trust.Builder,Trust>public static Trust.Builder builder()
public static Class<? extends Trust.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.