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