Class UpdateAccountSettingsTemplateVersionOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.platform_services.iam_identity.v1.model.UpdateAccountSettingsTemplateVersionOptions.Builder
-
- Enclosing class:
- UpdateAccountSettingsTemplateVersionOptions
public static class UpdateAccountSettingsTemplateVersionOptions.Builder extends java.lang.ObjectBuilder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateAccountSettingsTemplateVersionOptions.BuilderaccountId(java.lang.String accountId)Set the accountId.UpdateAccountSettingsTemplateVersionOptions.BuilderaccountSettings(AccountSettingsComponent accountSettings)Set the accountSettings.UpdateAccountSettingsTemplateVersionOptionsbuild()Builds a UpdateAccountSettingsTemplateVersionOptions.UpdateAccountSettingsTemplateVersionOptions.Builderdescription(java.lang.String description)Set the description.UpdateAccountSettingsTemplateVersionOptions.BuilderifMatch(java.lang.String ifMatch)Set the ifMatch.UpdateAccountSettingsTemplateVersionOptions.Buildername(java.lang.String name)Set the name.UpdateAccountSettingsTemplateVersionOptions.BuildertemplateId(java.lang.String templateId)Set the templateId.UpdateAccountSettingsTemplateVersionOptions.Builderversion(java.lang.String version)Set the version.
-
-
-
Constructor Detail
-
Builder
public Builder()
Instantiates a new builder.
-
Builder
public Builder(java.lang.String ifMatch, java.lang.String templateId, java.lang.String version)Instantiates a new builder with required properties.- Parameters:
ifMatch- the ifMatchtemplateId- the templateIdversion- the version
-
-
Method Detail
-
build
public UpdateAccountSettingsTemplateVersionOptions build()
Builds a UpdateAccountSettingsTemplateVersionOptions.- Returns:
- the new UpdateAccountSettingsTemplateVersionOptions instance
-
ifMatch
public UpdateAccountSettingsTemplateVersionOptions.Builder ifMatch(java.lang.String ifMatch)
Set the ifMatch.- Parameters:
ifMatch- the ifMatch- Returns:
- the UpdateAccountSettingsTemplateVersionOptions builder
-
templateId
public UpdateAccountSettingsTemplateVersionOptions.Builder templateId(java.lang.String templateId)
Set the templateId.- Parameters:
templateId- the templateId- Returns:
- the UpdateAccountSettingsTemplateVersionOptions builder
-
version
public UpdateAccountSettingsTemplateVersionOptions.Builder version(java.lang.String version)
Set the version.- Parameters:
version- the version- Returns:
- the UpdateAccountSettingsTemplateVersionOptions builder
-
accountId
public UpdateAccountSettingsTemplateVersionOptions.Builder accountId(java.lang.String accountId)
Set the accountId.- Parameters:
accountId- the accountId- Returns:
- the UpdateAccountSettingsTemplateVersionOptions builder
-
name
public UpdateAccountSettingsTemplateVersionOptions.Builder name(java.lang.String name)
Set the name.- Parameters:
name- the name- Returns:
- the UpdateAccountSettingsTemplateVersionOptions builder
-
description
public UpdateAccountSettingsTemplateVersionOptions.Builder description(java.lang.String description)
Set the description.- Parameters:
description- the description- Returns:
- the UpdateAccountSettingsTemplateVersionOptions builder
-
accountSettings
public UpdateAccountSettingsTemplateVersionOptions.Builder accountSettings(AccountSettingsComponent accountSettings)
Set the accountSettings.- Parameters:
accountSettings- the accountSettings- Returns:
- the UpdateAccountSettingsTemplateVersionOptions builder
-
-