Class GetSecretTaskOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.secrets_manager_sdk.secrets_manager.v2.model.GetSecretTaskOptions.Builder
-
- Enclosing class:
- GetSecretTaskOptions
public static class GetSecretTaskOptions.Builder extends Object
Builder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetSecretTaskOptionsbuild()Builds a GetSecretTaskOptions.GetSecretTaskOptions.Builderid(String id)Set the id.GetSecretTaskOptions.BuildersecretId(String secretId)Set the secretId.
-
-
-
Method Detail
-
build
public GetSecretTaskOptions build()
Builds a GetSecretTaskOptions.- Returns:
- the new GetSecretTaskOptions instance
-
secretId
public GetSecretTaskOptions.Builder secretId(String secretId)
Set the secretId.- Parameters:
secretId- the secretId- Returns:
- the GetSecretTaskOptions builder
-
id
public GetSecretTaskOptions.Builder id(String id)
Set the id.- Parameters:
id- the id- Returns:
- the GetSecretTaskOptions builder
-
-