Uses of Class
com.oracle.bmc.containerinstances.model.CreateBasicImagePullSecretDetails.Builder
-
Packages that use CreateBasicImagePullSecretDetails.Builder Package Description com.oracle.bmc.containerinstances.model -
-
Uses of CreateBasicImagePullSecretDetails.Builder in com.oracle.bmc.containerinstances.model
Methods in com.oracle.bmc.containerinstances.model that return CreateBasicImagePullSecretDetails.Builder Modifier and Type Method Description static CreateBasicImagePullSecretDetails.Builder
CreateBasicImagePullSecretDetails. builder()
Create a new builder.CreateBasicImagePullSecretDetails.Builder
CreateBasicImagePullSecretDetails.Builder. copy(CreateBasicImagePullSecretDetails model)
CreateBasicImagePullSecretDetails.Builder
CreateBasicImagePullSecretDetails.Builder. password(String password)
The password which should be used with the registry for authentication.CreateBasicImagePullSecretDetails.Builder
CreateBasicImagePullSecretDetails.Builder. registryEndpoint(String registryEndpoint)
CreateBasicImagePullSecretDetails.Builder
CreateBasicImagePullSecretDetails. toBuilder()
CreateBasicImagePullSecretDetails.Builder
CreateBasicImagePullSecretDetails.Builder. username(String username)
The username which should be used with the registry for authentication.
-