public static interface SettingEntry.Builder extends SdkPojo, CopyableBuilder<SettingEntry.Builder,SettingEntry>
| Modifier and Type | Method and Description |
|---|---|
SettingEntry.Builder |
allowedValues(String allowedValues)
The valid range of values for the directory setting.
|
SettingEntry.Builder |
appliedValue(String appliedValue)
The value of the directory setting that is applied to the directory.
|
SettingEntry.Builder |
lastRequestedDateTime(Instant lastRequestedDateTime)
The date and time when the request to update a directory setting was last submitted.
|
SettingEntry.Builder |
lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time when the directory setting was last updated.
|
SettingEntry.Builder |
name(String name)
The name of the directory setting.
|
SettingEntry.Builder |
requestDetailedStatus(Map<String,DirectoryConfigurationStatus> requestDetailedStatus)
Details about the status of the request to update the directory setting.
|
SettingEntry.Builder |
requestDetailedStatusWithStrings(Map<String,String> requestDetailedStatus)
Details about the status of the request to update the directory setting.
|
SettingEntry.Builder |
requestedValue(String requestedValue)
The value that was last requested for the directory setting.
|
SettingEntry.Builder |
requestStatus(DirectoryConfigurationStatus requestStatus)
The overall status of the request to update the directory setting request.
|
SettingEntry.Builder |
requestStatus(String requestStatus)
The overall status of the request to update the directory setting request.
|
SettingEntry.Builder |
requestStatusMessage(String requestStatusMessage)
The last status message for the directory status request.
|
SettingEntry.Builder |
type(String type)
The type of directory setting.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSettingEntry.Builder type(String type)
The type of directory setting. For example, Protocol or Cipher.
type - The type of directory setting. For example, Protocol or Cipher.SettingEntry.Builder name(String name)
The name of the directory setting. For example:
TLS_1_0
name - The name of the directory setting. For example:
TLS_1_0
SettingEntry.Builder allowedValues(String allowedValues)
The valid range of values for the directory setting.
allowedValues - The valid range of values for the directory setting.SettingEntry.Builder appliedValue(String appliedValue)
The value of the directory setting that is applied to the directory.
appliedValue - The value of the directory setting that is applied to the directory.SettingEntry.Builder requestedValue(String requestedValue)
The value that was last requested for the directory setting.
requestedValue - The value that was last requested for the directory setting.SettingEntry.Builder requestStatus(String requestStatus)
The overall status of the request to update the directory setting request. If the directory setting is
deployed in more than one region, and the request fails in any region, the overall status is
Failed.
requestStatus - The overall status of the request to update the directory setting request. If the directory setting is
deployed in more than one region, and the request fails in any region, the overall status is
Failed.DirectoryConfigurationStatus,
DirectoryConfigurationStatusSettingEntry.Builder requestStatus(DirectoryConfigurationStatus requestStatus)
The overall status of the request to update the directory setting request. If the directory setting is
deployed in more than one region, and the request fails in any region, the overall status is
Failed.
requestStatus - The overall status of the request to update the directory setting request. If the directory setting is
deployed in more than one region, and the request fails in any region, the overall status is
Failed.DirectoryConfigurationStatus,
DirectoryConfigurationStatusSettingEntry.Builder requestDetailedStatusWithStrings(Map<String,String> requestDetailedStatus)
Details about the status of the request to update the directory setting. If the directory setting is deployed in more than one region, status is returned for the request in each region where the setting is deployed.
requestDetailedStatus - Details about the status of the request to update the directory setting. If the directory setting is
deployed in more than one region, status is returned for the request in each region where the setting
is deployed.SettingEntry.Builder requestDetailedStatus(Map<String,DirectoryConfigurationStatus> requestDetailedStatus)
Details about the status of the request to update the directory setting. If the directory setting is deployed in more than one region, status is returned for the request in each region where the setting is deployed.
requestDetailedStatus - Details about the status of the request to update the directory setting. If the directory setting is
deployed in more than one region, status is returned for the request in each region where the setting
is deployed.SettingEntry.Builder requestStatusMessage(String requestStatusMessage)
The last status message for the directory status request.
requestStatusMessage - The last status message for the directory status request.SettingEntry.Builder lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time when the directory setting was last updated.
lastUpdatedDateTime - The date and time when the directory setting was last updated.SettingEntry.Builder lastRequestedDateTime(Instant lastRequestedDateTime)
The date and time when the request to update a directory setting was last submitted.
lastRequestedDateTime - The date and time when the request to update a directory setting was last submitted.Copyright © 2022. All rights reserved.