public static interface PrivateRegistryAccess.Builder extends SdkPojo, CopyableBuilder<PrivateRegistryAccess.Builder,PrivateRegistryAccess>
| Modifier and Type | Method and Description |
|---|---|
default PrivateRegistryAccess.Builder |
ecrImagePullerRole(Consumer<ContainerServiceECRImagePullerRole.Builder> ecrImagePullerRole)
An object that describes the activation status of the role that you can use to grant a Lightsail container
service access to Amazon ECR private repositories.
|
PrivateRegistryAccess.Builder |
ecrImagePullerRole(ContainerServiceECRImagePullerRole ecrImagePullerRole)
An object that describes the activation status of the role that you can use to grant a Lightsail container
service access to Amazon ECR private repositories.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPrivateRegistryAccess.Builder ecrImagePullerRole(ContainerServiceECRImagePullerRole ecrImagePullerRole)
An object that describes the activation status of the role that you can use to grant a Lightsail container service access to Amazon ECR private repositories. If the role is activated, the Amazon Resource Name (ARN) of the role is also listed.
ecrImagePullerRole - An object that describes the activation status of the role that you can use to grant a Lightsail
container service access to Amazon ECR private repositories. If the role is activated, the Amazon
Resource Name (ARN) of the role is also listed.default PrivateRegistryAccess.Builder ecrImagePullerRole(Consumer<ContainerServiceECRImagePullerRole.Builder> ecrImagePullerRole)
An object that describes the activation status of the role that you can use to grant a Lightsail container service access to Amazon ECR private repositories. If the role is activated, the Amazon Resource Name (ARN) of the role is also listed.
This is a convenience method that creates an instance of theContainerServiceECRImagePullerRole.Builder avoiding the need to create one manually via
ContainerServiceECRImagePullerRole.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to ecrImagePullerRole(ContainerServiceECRImagePullerRole).
ecrImagePullerRole - a consumer that will call methods on ContainerServiceECRImagePullerRole.BuilderecrImagePullerRole(ContainerServiceECRImagePullerRole)Copyright © 2023. All rights reserved.