static Trust.Builder |
Trust.builder() |
|
Trust.Builder |
Trust.Builder.createdDateTime(Instant createdDateTime) |
The date and time that the trust relationship was created.
|
Trust.Builder |
Trust.Builder.directoryId(String directoryId) |
The Directory ID of the Amazon Web Services directory involved in the trust relationship.
|
Trust.Builder |
Trust.Builder.lastUpdatedDateTime(Instant lastUpdatedDateTime) |
The date and time that the trust relationship was last updated.
|
Trust.Builder |
Trust.Builder.remoteDomainName(String remoteDomainName) |
The Fully Qualified Domain Name (FQDN) of the external domain involved in the trust relationship.
|
Trust.Builder |
Trust.Builder.selectiveAuth(String selectiveAuth) |
Current state of selective authentication for the trust.
|
Trust.Builder |
Trust.Builder.selectiveAuth(SelectiveAuth selectiveAuth) |
Current state of selective authentication for the trust.
|
Trust.Builder |
Trust.Builder.stateLastUpdatedDateTime(Instant stateLastUpdatedDateTime) |
The date and time that the TrustState was last updated.
|
Trust.Builder |
Trust.toBuilder() |
|
Trust.Builder |
Trust.Builder.trustDirection(String trustDirection) |
The trust relationship direction.
|
Trust.Builder |
Trust.Builder.trustDirection(TrustDirection trustDirection) |
The trust relationship direction.
|
Trust.Builder |
Trust.Builder.trustId(String trustId) |
The unique ID of the trust relationship.
|
Trust.Builder |
Trust.Builder.trustState(String trustState) |
The trust relationship state.
|
Trust.Builder |
Trust.Builder.trustState(TrustState trustState) |
The trust relationship state.
|
Trust.Builder |
Trust.Builder.trustStateReason(String trustStateReason) |
The reason for the TrustState.
|
Trust.Builder |
Trust.Builder.trustType(String trustType) |
The trust relationship type.
|
Trust.Builder |
Trust.Builder.trustType(TrustType trustType) |
The trust relationship type.
|