public static class UpdateFleetDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateFleetDetails |
build() |
UpdateFleetDetails.Builder |
copy(UpdateFleetDetails model) |
UpdateFleetDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
UpdateFleetDetails.Builder |
description(String description)
A user-friendly description.
|
UpdateFleetDetails.Builder |
displayName(String displayName)
A user-friendly name.
|
UpdateFleetDetails.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
UpdateFleetDetails.Builder |
isTargetAutoConfirm(Boolean isTargetAutoConfirm)
A value that represents if auto-confirming of the targets can be enabled.
|
UpdateFleetDetails.Builder |
notificationPreferences(NotificationPreferences notificationPreferences) |
UpdateFleetDetails.Builder |
ruleSelectionCriteria(SelectionCriteria ruleSelectionCriteria) |
public UpdateFleetDetails.Builder displayName(String displayName)
A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Example: My new resource
displayName
- the value to setpublic UpdateFleetDetails.Builder description(String description)
A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
description
- the value to setpublic UpdateFleetDetails.Builder notificationPreferences(NotificationPreferences notificationPreferences)
public UpdateFleetDetails.Builder ruleSelectionCriteria(SelectionCriteria ruleSelectionCriteria)
public UpdateFleetDetails.Builder isTargetAutoConfirm(Boolean isTargetAutoConfirm)
A value that represents if auto-confirming of the targets can be enabled. This will allow targets to be auto-confirmed in the fleet without manual intervention.
isTargetAutoConfirm
- the value to setpublic UpdateFleetDetails.Builder freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope. Exists
for cross-compatibility only. Example: {"bar-key": "value"}
freeformTags
- the value to setpublic UpdateFleetDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace.
Example: {"foo-namespace": {"bar-key": "value"}}
definedTags
- the value to setpublic UpdateFleetDetails build()
public UpdateFleetDetails.Builder copy(UpdateFleetDetails model)
Copyright © 2016–2024. All rights reserved.