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