Class SecretDetails.Builder
- java.lang.Object
-
- com.ibm.cloud.watsonxdata.watsonx_data.v3.model.SecretDetails.Builder
-
- Enclosing class:
- SecretDetails
public static class SecretDetails.Builder extends java.lang.ObjectBuilder.
-
-
Constructor Summary
Constructors Constructor Description Builder()Instantiates a new builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SecretDetailsbuild()Builds a SecretDetails.SecretDetails.Builderkey(java.lang.String key)Set the key.SecretDetails.BuildersecretName(java.lang.String secretName)Set the secretName.SecretDetails.BuildersecretUrn(java.lang.String secretUrn)Set the secretUrn.
-
-
-
Method Detail
-
build
public SecretDetails build()
Builds a SecretDetails.- Returns:
- the new SecretDetails instance
-
key
public SecretDetails.Builder key(java.lang.String key)
Set the key.- Parameters:
key- the key- Returns:
- the SecretDetails builder
-
secretName
public SecretDetails.Builder secretName(java.lang.String secretName)
Set the secretName.- Parameters:
secretName- the secretName- Returns:
- the SecretDetails builder
-
secretUrn
public SecretDetails.Builder secretUrn(java.lang.String secretUrn)
Set the secretUrn.- Parameters:
secretUrn- the secretUrn- Returns:
- the SecretDetails builder
-
-