Uses of Class
com.oracle.bmc.cloudguard.model.PoliticalLocation.Builder
-
Packages that use PoliticalLocation.Builder Package Description com.oracle.bmc.cloudguard.model -
-
Uses of PoliticalLocation.Builder in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return PoliticalLocation.Builder Modifier and Type Method Description static PoliticalLocation.Builder
PoliticalLocation. builder()
Create a new builder.PoliticalLocation.Builder
PoliticalLocation.Builder. city(String city)
City of problem’s locationPoliticalLocation.Builder
PoliticalLocation.Builder. copy(PoliticalLocation model)
PoliticalLocation.Builder
PoliticalLocation.Builder. country(String country)
Country of problem’s locationPoliticalLocation.Builder
PoliticalLocation.Builder. state(String state)
State or province of problem’s locationPoliticalLocation.Builder
PoliticalLocation. toBuilder()
-