public static class AddressServiceRef.Builder
extends java.lang.Object
| Constructor and Description |
|---|
Builder()
Instantiates a new builder.
|
Builder(Address addressServiceRef) |
Builder(java.lang.String type,
ServiceRefValue ref)
Instantiates a new builder with required properties.
|
| Modifier and Type | Method and Description |
|---|---|
AddressServiceRef |
build()
Builds a AddressServiceRef.
|
AddressServiceRef.Builder |
ref(ServiceRefValue ref)
Set the ref.
|
AddressServiceRef.Builder |
type(java.lang.String type)
Set the type.
|
public Builder(Address addressServiceRef)
public Builder()
public Builder(java.lang.String type,
ServiceRefValue ref)
type - the typeref - the refpublic AddressServiceRef build()
public AddressServiceRef.Builder type(java.lang.String type)
type - the typepublic AddressServiceRef.Builder ref(ServiceRefValue ref)
ref - the refCopyright © 2022 IBM Cloud Platform Services. All rights reserved.