Uses of Interface
software.amazon.awssdk.services.lightsail.model.ContainerServiceECRImagePullerRole.Builder
-
Packages that use ContainerServiceECRImagePullerRole.Builder Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of ContainerServiceECRImagePullerRole.Builder in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return ContainerServiceECRImagePullerRole.Builder Modifier and Type Method Description static ContainerServiceECRImagePullerRole.BuilderContainerServiceECRImagePullerRole. builder()ContainerServiceECRImagePullerRole.BuilderContainerServiceECRImagePullerRole.Builder. isActive(Boolean isActive)A Boolean value that indicates whether the role is activated.ContainerServiceECRImagePullerRole.BuilderContainerServiceECRImagePullerRole.Builder. principalArn(String principalArn)The Amazon Resource Name (ARN) of the role, if it is activated.ContainerServiceECRImagePullerRole.BuilderContainerServiceECRImagePullerRole. toBuilder()Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type ContainerServiceECRImagePullerRole.Builder Modifier and Type Method Description static Class<? extends ContainerServiceECRImagePullerRole.Builder>ContainerServiceECRImagePullerRole. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lightsail.model with type arguments of type ContainerServiceECRImagePullerRole.Builder Modifier and Type Method Description default PrivateRegistryAccess.BuilderPrivateRegistryAccess.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.
-