Class ExtendedLocationOptionsResponse.Builder
- java.lang.Object
-
- com.pulumi.azurenative.providerhub.outputs.ExtendedLocationOptionsResponse.Builder
-
- Enclosing class:
- ExtendedLocationOptionsResponse
public static final class ExtendedLocationOptionsResponse.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(ExtendedLocationOptionsResponse defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtendedLocationOptionsResponse
build()
ExtendedLocationOptionsResponse.Builder
supportedPolicy(java.lang.String supportedPolicy)
ExtendedLocationOptionsResponse.Builder
type(java.lang.String type)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(ExtendedLocationOptionsResponse defaults)
-
-
Method Detail
-
supportedPolicy
public ExtendedLocationOptionsResponse.Builder supportedPolicy(@Nullable java.lang.String supportedPolicy)
-
type
public ExtendedLocationOptionsResponse.Builder type(@Nullable java.lang.String type)
-
build
public ExtendedLocationOptionsResponse build()
-
-