Interface ContainerServiceECRImagePullerRole.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ContainerServiceECRImagePullerRole.Builder,ContainerServiceECRImagePullerRole>,SdkBuilder<ContainerServiceECRImagePullerRole.Builder,ContainerServiceECRImagePullerRole>,SdkPojo
- Enclosing class:
- ContainerServiceECRImagePullerRole
public static interface ContainerServiceECRImagePullerRole.Builder extends SdkPojo, CopyableBuilder<ContainerServiceECRImagePullerRole.Builder,ContainerServiceECRImagePullerRole>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContainerServiceECRImagePullerRole.BuilderisActive(Boolean isActive)A Boolean value that indicates whether the role is activated.ContainerServiceECRImagePullerRole.BuilderprincipalArn(String principalArn)The Amazon Resource Name (ARN) of the role, if it is activated.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
isActive
ContainerServiceECRImagePullerRole.Builder isActive(Boolean isActive)
A Boolean value that indicates whether the role is activated.
- Parameters:
isActive- A Boolean value that indicates whether the role is activated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
principalArn
ContainerServiceECRImagePullerRole.Builder principalArn(String principalArn)
The Amazon Resource Name (ARN) of the role, if it is activated.
- Parameters:
principalArn- The Amazon Resource Name (ARN) of the role, if it is activated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-