public static interface Trust.Builder extends CopyableBuilder<Trust.Builder,Trust>
Modifier and Type | Method and Description |
---|---|
Trust.Builder |
createdDateTime(Instant 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(Instant 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(Instant 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.
|
copy
applyMutation, build
Trust.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.
Trust.Builder trustType(TrustType trustType)
The trust relationship type.
Trust.Builder trustDirection(String trustDirection)
The trust relationship direction.
trustDirection
- The trust relationship direction.TrustDirection
,
TrustDirection
Trust.Builder trustDirection(TrustDirection trustDirection)
The trust relationship direction.
trustDirection
- The trust relationship direction.TrustDirection
,
TrustDirection
Trust.Builder trustState(String trustState)
The trust relationship state.
trustState
- The trust relationship state.TrustState
,
TrustState
Trust.Builder trustState(TrustState trustState)
The trust relationship state.
trustState
- The trust relationship state.TrustState
,
TrustState
Trust.Builder createdDateTime(Instant 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(Instant 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(Instant 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.