public static class UpdateAutonomousExadataInfrastructureDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateAutonomousExadataInfrastructureDetails |
build() |
UpdateAutonomousExadataInfrastructureDetails.Builder |
copy(UpdateAutonomousExadataInfrastructureDetails model) |
UpdateAutonomousExadataInfrastructureDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
UpdateAutonomousExadataInfrastructureDetails.Builder |
displayName(String displayName)
The display name is a user-friendly name for the Autonomous Exadata Infrastructure.
|
UpdateAutonomousExadataInfrastructureDetails.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
UpdateAutonomousExadataInfrastructureDetails.Builder |
maintenanceWindowDetails(MaintenanceWindow maintenanceWindowDetails) |
UpdateAutonomousExadataInfrastructureDetails.Builder |
nsgIds(List<String> nsgIds)
The list of
OCIDs for the
network security groups (NSGs) to which this resource belongs.
|
public UpdateAutonomousExadataInfrastructureDetails.Builder displayName(String displayName)
The display name is a user-friendly name for the Autonomous Exadata Infrastructure. The display name does not have to be unique.
displayName
- the value to setpublic UpdateAutonomousExadataInfrastructureDetails.Builder maintenanceWindowDetails(MaintenanceWindow maintenanceWindowDetails)
public UpdateAutonomousExadataInfrastructureDetails.Builder nsgIds(List<String> nsgIds)
The list of OCIDs for the network security groups (NSGs) to which this resource belongs. Setting this to an empty list removes all resources from all NSGs. For more information about NSGs, see Security Rules. NsgIds restrictions: - A network security group (NSG) is optional for Autonomous Databases with private access. The nsgIds list can be empty.
nsgIds
- the value to setpublic UpdateAutonomousExadataInfrastructureDetails.Builder freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.
Example: {"Department": "Finance"}
freeformTags
- the value to setpublic UpdateAutonomousExadataInfrastructureDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
definedTags
- the value to setpublic UpdateAutonomousExadataInfrastructureDetails build()
public UpdateAutonomousExadataInfrastructureDetails.Builder copy(UpdateAutonomousExadataInfrastructureDetails model)
Copyright © 2016–2024. All rights reserved.