Class CreateBasicImagePullSecretDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.containerinstances.model.CreateBasicImagePullSecretDetails.Builder
-
- Enclosing class:
- CreateBasicImagePullSecretDetails
public static class CreateBasicImagePullSecretDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateBasicImagePullSecretDetails
build()
CreateBasicImagePullSecretDetails.Builder
copy(CreateBasicImagePullSecretDetails model)
CreateBasicImagePullSecretDetails.Builder
password(String password)
The password which should be used with the registry for authentication.CreateBasicImagePullSecretDetails.Builder
registryEndpoint(String registryEndpoint)
CreateBasicImagePullSecretDetails.Builder
username(String username)
The username which should be used with the registry for authentication.
-
-
-
Method Detail
-
registryEndpoint
public CreateBasicImagePullSecretDetails.Builder registryEndpoint(String registryEndpoint)
-
username
public CreateBasicImagePullSecretDetails.Builder username(String username)
The username which should be used with the registry for authentication.The value is expected in base64 format.
- Parameters:
username
- the value to set- Returns:
- this builder
-
password
public CreateBasicImagePullSecretDetails.Builder password(String password)
The password which should be used with the registry for authentication.The value is expected in base64 format.
- Parameters:
password
- the value to set- Returns:
- this builder
-
build
public CreateBasicImagePullSecretDetails build()
-
copy
public CreateBasicImagePullSecretDetails.Builder copy(CreateBasicImagePullSecretDetails model)
-
-