public static class CreateManagementAgentInstallKeyDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateManagementAgentInstallKeyDetails.Builder |
allowedKeyInstallCount(Integer allowedKeyInstallCount)
Total number of install for this keys
|
CreateManagementAgentInstallKeyDetails |
build() |
CreateManagementAgentInstallKeyDetails.Builder |
compartmentId(String compartmentId)
Compartment Identifier
|
CreateManagementAgentInstallKeyDetails.Builder |
copy(CreateManagementAgentInstallKeyDetails model) |
CreateManagementAgentInstallKeyDetails.Builder |
displayName(String displayName)
Management Agent install Key Name
|
CreateManagementAgentInstallKeyDetails.Builder |
isUnlimited(Boolean isUnlimited)
If set to true, the install key has no expiration date or usage limit.
|
CreateManagementAgentInstallKeyDetails.Builder |
timeExpires(Date timeExpires)
date after which key would expire after creation
|
public CreateManagementAgentInstallKeyDetails.Builder displayName(String displayName)
Management Agent install Key Name
displayName
- the value to setpublic CreateManagementAgentInstallKeyDetails.Builder allowedKeyInstallCount(Integer allowedKeyInstallCount)
Total number of install for this keys
allowedKeyInstallCount
- the value to setpublic CreateManagementAgentInstallKeyDetails.Builder timeExpires(Date timeExpires)
date after which key would expire after creation
timeExpires
- the value to setpublic CreateManagementAgentInstallKeyDetails.Builder compartmentId(String compartmentId)
Compartment Identifier
compartmentId
- the value to setpublic CreateManagementAgentInstallKeyDetails.Builder isUnlimited(Boolean isUnlimited)
If set to true, the install key has no expiration date or usage limit. Defaults to false
isUnlimited
- the value to setpublic CreateManagementAgentInstallKeyDetails build()
public CreateManagementAgentInstallKeyDetails.Builder copy(CreateManagementAgentInstallKeyDetails model)
Copyright © 2016–2024. All rights reserved.