CopyableBuilder<Trust.Builder,Trust>, SdkBuilder<Trust.Builder,Trust>public static interface Trust.Builder extends CopyableBuilder<Trust.Builder,Trust>
| Modifier and Type | Method | Description |
|---|---|---|
Trust.Builder |
createdDateTime(Date createdDateTime) |
The date and time that the trust relationship was created.
|
Trust.Builder |
directoryId(String directoryId) |
The Directory ID of the AWS directory involved in the trust relationship.
|
Trust.Builder |
lastUpdatedDateTime(Date lastUpdatedDateTime) |
The date and time that the trust relationship was last updated.
|
Trust.Builder |
remoteDomainName(String remoteDomainName) |
The Fully Qualified Domain Name (FQDN) of the external domain involved in the trust relationship.
|
Trust.Builder |
stateLastUpdatedDateTime(Date stateLastUpdatedDateTime) |
The date and time that the TrustState was last updated.
|
Trust.Builder |
trustDirection(String trustDirection) |
The trust relationship direction.
|
Trust.Builder |
trustDirection(TrustDirection trustDirection) |
The trust relationship direction.
|
Trust.Builder |
trustId(String trustId) |
The unique ID of the trust relationship.
|
Trust.Builder |
trustState(String trustState) |
The trust relationship state.
|
Trust.Builder |
trustState(TrustState trustState) |
The trust relationship state.
|
Trust.Builder |
trustStateReason(String trustStateReason) |
The reason for the TrustState.
|
Trust.Builder |
trustType(String trustType) |
The trust relationship type.
|
Trust.Builder |
trustType(TrustType trustType) |
The trust relationship type.
|
copyapply, buildTrust.Builder directoryId(String directoryId)
The Directory ID of the AWS directory involved in the trust relationship.
directoryId - The Directory ID of the AWS directory involved in the trust relationship.Trust.Builder trustId(String trustId)
The unique ID of the trust relationship.
trustId - The unique ID of the trust relationship.Trust.Builder remoteDomainName(String remoteDomainName)
The Fully Qualified Domain Name (FQDN) of the external domain involved in the trust relationship.
remoteDomainName - The Fully Qualified Domain Name (FQDN) of the external domain involved in the trust relationship.Trust.Builder trustType(String trustType)
The trust relationship type.
trustType - The trust relationship type.TrustTypeTrust.Builder trustType(TrustType trustType)
The trust relationship type.
trustType - The trust relationship type.TrustTypeTrust.Builder trustDirection(String trustDirection)
The trust relationship direction.
trustDirection - The trust relationship direction.TrustDirectionTrust.Builder trustDirection(TrustDirection trustDirection)
The trust relationship direction.
trustDirection - The trust relationship direction.TrustDirectionTrust.Builder trustState(String trustState)
The trust relationship state.
trustState - The trust relationship state.TrustStateTrust.Builder trustState(TrustState trustState)
The trust relationship state.
trustState - The trust relationship state.TrustStateTrust.Builder createdDateTime(Date createdDateTime)
The date and time that the trust relationship was created.
createdDateTime - The date and time that the trust relationship was created.Trust.Builder lastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time that the trust relationship was last updated.
lastUpdatedDateTime - The date and time that the trust relationship was last updated.Trust.Builder stateLastUpdatedDateTime(Date stateLastUpdatedDateTime)
The date and time that the TrustState was last updated.
stateLastUpdatedDateTime - The date and time that the TrustState was last updated.Trust.Builder trustStateReason(String trustStateReason)
The reason for the TrustState.
trustStateReason - The reason for the TrustState.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.