public static class CreateDedicatedVantagePointDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateDedicatedVantagePointDetails |
build() |
CreateDedicatedVantagePointDetails.Builder |
copy(CreateDedicatedVantagePointDetails model) |
CreateDedicatedVantagePointDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
CreateDedicatedVantagePointDetails.Builder |
displayName(String displayName)
Unique dedicated vantage point name that cannot be edited.
|
CreateDedicatedVantagePointDetails.Builder |
dvpStackDetails(DvpStackDetails dvpStackDetails) |
CreateDedicatedVantagePointDetails.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
CreateDedicatedVantagePointDetails.Builder |
region(String region)
Name of the region.
|
CreateDedicatedVantagePointDetails.Builder |
status(DedicatedVantagePointStatus status)
Status of the dedicated vantage point.
|
public CreateDedicatedVantagePointDetails.Builder displayName(String displayName)
Unique dedicated vantage point name that cannot be edited. The name should not contain any confidential information.
displayName
- the value to setpublic CreateDedicatedVantagePointDetails.Builder dvpStackDetails(DvpStackDetails dvpStackDetails)
public CreateDedicatedVantagePointDetails.Builder region(String region)
Name of the region.
region
- the value to setpublic CreateDedicatedVantagePointDetails.Builder status(DedicatedVantagePointStatus status)
Status of the dedicated vantage point.
status
- the value to setpublic CreateDedicatedVantagePointDetails.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 CreateDedicatedVantagePointDetails.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 CreateDedicatedVantagePointDetails build()
public CreateDedicatedVantagePointDetails.Builder copy(CreateDedicatedVantagePointDetails model)
Copyright © 2016–2024. All rights reserved.