public static interface CreateContainerServiceRegistryLoginResponse.Builder extends LightsailResponse.Builder, SdkPojo, CopyableBuilder<CreateContainerServiceRegistryLoginResponse.Builder,CreateContainerServiceRegistryLoginResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateContainerServiceRegistryLoginResponse.Builder |
registryLogin(Consumer<ContainerServiceRegistryLogin.Builder> registryLogin)
An object that describes the log in information for the container service registry of your Lightsail account.
|
CreateContainerServiceRegistryLoginResponse.Builder |
registryLogin(ContainerServiceRegistryLogin registryLogin)
An object that describes the log in information for the container service registry of your Lightsail account.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateContainerServiceRegistryLoginResponse.Builder registryLogin(ContainerServiceRegistryLogin registryLogin)
An object that describes the log in information for the container service registry of your Lightsail account.
registryLogin - An object that describes the log in information for the container service registry of your Lightsail
account.default CreateContainerServiceRegistryLoginResponse.Builder registryLogin(Consumer<ContainerServiceRegistryLogin.Builder> registryLogin)
An object that describes the log in information for the container service registry of your Lightsail account.
This is a convenience method that creates an instance of theContainerServiceRegistryLogin.Builder
avoiding the need to create one manually via ContainerServiceRegistryLogin.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to registryLogin(ContainerServiceRegistryLogin).
registryLogin - a consumer that will call methods on ContainerServiceRegistryLogin.BuilderregistryLogin(ContainerServiceRegistryLogin)Copyright © 2023. All rights reserved.