public static class UpdateAccountOptions.Builder
extends java.lang.Object
| Constructor and Description |
|---|
Builder()
Instantiates a new builder.
|
Builder(java.lang.String accountId,
java.lang.String parent)
Instantiates a new builder with required properties.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateAccountOptions.Builder |
accountId(java.lang.String accountId)
Set the accountId.
|
UpdateAccountOptions |
build()
Builds a UpdateAccountOptions.
|
UpdateAccountOptions.Builder |
parent(java.lang.String parent)
Set the parent.
|
public Builder()
public Builder(java.lang.String accountId,
java.lang.String parent)
accountId - the accountIdparent - the parentpublic UpdateAccountOptions build()
public UpdateAccountOptions.Builder accountId(java.lang.String accountId)
accountId - the accountIdpublic UpdateAccountOptions.Builder parent(java.lang.String parent)
parent - the parentCopyright © 2022 IBM Cloud Platform Services. All rights reserved.