public static interface SecurityConfigSummary.Builder extends SdkPojo, CopyableBuilder<SecurityConfigSummary.Builder,SecurityConfigSummary>
| Modifier and Type | Method and Description |
|---|---|
SecurityConfigSummary.Builder |
configVersion(String configVersion)
The version of the security configuration.
|
SecurityConfigSummary.Builder |
createdDate(Long createdDate)
The Epoch time when the security configuration was created.
|
SecurityConfigSummary.Builder |
description(String description)
The description of the security configuration.
|
SecurityConfigSummary.Builder |
id(String id)
The unique identifier of the security configuration.
|
SecurityConfigSummary.Builder |
lastModifiedDate(Long lastModifiedDate)
The timestamp of when the configuration was last modified.
|
SecurityConfigSummary.Builder |
type(SecurityConfigType type)
The type of security configuration.
|
SecurityConfigSummary.Builder |
type(String type)
The type of security configuration.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSecurityConfigSummary.Builder configVersion(String configVersion)
The version of the security configuration.
configVersion - The version of the security configuration.SecurityConfigSummary.Builder createdDate(Long createdDate)
The Epoch time when the security configuration was created.
createdDate - The Epoch time when the security configuration was created.SecurityConfigSummary.Builder description(String description)
The description of the security configuration.
description - The description of the security configuration.SecurityConfigSummary.Builder id(String id)
The unique identifier of the security configuration.
id - The unique identifier of the security configuration.SecurityConfigSummary.Builder lastModifiedDate(Long lastModifiedDate)
The timestamp of when the configuration was last modified.
lastModifiedDate - The timestamp of when the configuration was last modified.SecurityConfigSummary.Builder type(String type)
The type of security configuration.
type - The type of security configuration.SecurityConfigType,
SecurityConfigTypeSecurityConfigSummary.Builder type(SecurityConfigType type)
The type of security configuration.
type - The type of security configuration.SecurityConfigType,
SecurityConfigTypeCopyright © 2023. All rights reserved.