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 |
dataType(String dataType)
The data type of a directory setting.
|
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, or category, of a directory setting.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSettingEntry.Builder type(String type)
The type, or category, of a directory setting. Similar settings have the same type. For example,
Protocol, Cipher, or Certificate-Based Authentication.
type - The type, or category, of a directory setting. Similar settings have the same type. For example,
Protocol, Cipher, or Certificate-Based Authentication.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. These values depend on the DataType of your
directory.
allowedValues - The valid range of values for the directory setting. These values depend on the DataType
of your directory.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.SettingEntry.Builder dataType(String dataType)
The data type of a directory setting. This is used to define the AllowedValues of a setting. For
example a data type can be Boolean, DurationInSeconds, or Enum.
dataType - The data type of a directory setting. This is used to define the AllowedValues of a
setting. For example a data type can be Boolean, DurationInSeconds, or
Enum.Copyright © 2023. All rights reserved.