public static class InstanceMetadataProject.Builder extends Object
Constructor and Description |
---|
Builder()
Instantiates a new builder.
|
Builder(String projectId)
Instantiates a new builder with required properties.
|
Modifier and Type | Method and Description |
---|---|
InstanceMetadataProject.Builder |
assetId(String assetId)
Set the assetId.
|
InstanceMetadataProject |
build()
Builds a InstanceMetadataProject.
|
InstanceMetadataProject.Builder |
projectId(String projectId)
Set the projectId.
|
InstanceMetadataProject.Builder |
projectName(String projectName)
Set the projectName.
|
public Builder()
public Builder(String projectId)
projectId
- the projectIdpublic InstanceMetadataProject build()
public InstanceMetadataProject.Builder projectId(String projectId)
projectId
- the projectIdpublic InstanceMetadataProject.Builder assetId(String assetId)
assetId
- the assetIdpublic InstanceMetadataProject.Builder projectName(String projectName)
projectName
- the projectNameCopyright © 2021 IBM Cloud. All rights reserved.