Package | Description |
---|---|
com.oracle.bmc.containerinstances.model |
Modifier and Type | Method and 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.
|
Copyright © 2016–2024. All rights reserved.