Class DeleteArtifactOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.platform_services.global_catalog.v1.model.DeleteArtifactOptions.Builder
-
- Enclosing class:
- DeleteArtifactOptions
public static class DeleteArtifactOptions.Builder extends java.lang.ObjectBuilder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeleteArtifactOptions.Builderaccount(java.lang.String account)Set the account.DeleteArtifactOptions.BuilderartifactId(java.lang.String artifactId)Set the artifactId.DeleteArtifactOptionsbuild()Builds a DeleteArtifactOptions.DeleteArtifactOptions.BuilderobjectId(java.lang.String objectId)Set the objectId.
-
-
-
Method Detail
-
build
public DeleteArtifactOptions build()
Builds a DeleteArtifactOptions.- Returns:
- the new DeleteArtifactOptions instance
-
objectId
public DeleteArtifactOptions.Builder objectId(java.lang.String objectId)
Set the objectId.- Parameters:
objectId- the objectId- Returns:
- the DeleteArtifactOptions builder
-
artifactId
public DeleteArtifactOptions.Builder artifactId(java.lang.String artifactId)
Set the artifactId.- Parameters:
artifactId- the artifactId- Returns:
- the DeleteArtifactOptions builder
-
account
public DeleteArtifactOptions.Builder account(java.lang.String account)
Set the account.- Parameters:
account- the account- Returns:
- the DeleteArtifactOptions builder
-
-