Class CustomCredentialsNewCredentials.Builder
- java.lang.Object
-
- com.ibm.cloud.secrets_manager_sdk.secrets_manager.v2.model.CustomCredentialsNewCredentials.Builder
-
- Enclosing class:
- CustomCredentialsNewCredentials
public static class CustomCredentialsNewCredentials.Builder extends Object
Builder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomCredentialsNewCredentialsbuild()Builds a CustomCredentialsNewCredentials.CustomCredentialsNewCredentials.Builderid(String id)Set the id.CustomCredentialsNewCredentials.Builderpayload(Map<String,Object> payload)Set the payload.
-
-
-
Method Detail
-
build
public CustomCredentialsNewCredentials build()
Builds a CustomCredentialsNewCredentials.- Returns:
- the new CustomCredentialsNewCredentials instance
-
id
public CustomCredentialsNewCredentials.Builder id(String id)
Set the id.- Parameters:
id- the id- Returns:
- the CustomCredentialsNewCredentials builder
-
payload
public CustomCredentialsNewCredentials.Builder payload(Map<String,Object> payload)
Set the payload.- Parameters:
payload- the payload- Returns:
- the CustomCredentialsNewCredentials builder
-
-