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