Interface AddonPodIdentityAssociations.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AddonPodIdentityAssociations.Builder,AddonPodIdentityAssociations>,SdkBuilder<AddonPodIdentityAssociations.Builder,AddonPodIdentityAssociations>,SdkPojo
- Enclosing class:
- AddonPodIdentityAssociations
public static interface AddonPodIdentityAssociations.Builder extends SdkPojo, CopyableBuilder<AddonPodIdentityAssociations.Builder,AddonPodIdentityAssociations>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AddonPodIdentityAssociations.BuilderroleArn(String roleArn)The ARN of an IAM Role.AddonPodIdentityAssociations.BuilderserviceAccount(String serviceAccount)The name of a Kubernetes Service Account.-
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
-
serviceAccount
AddonPodIdentityAssociations.Builder serviceAccount(String serviceAccount)
The name of a Kubernetes Service Account.
- Parameters:
serviceAccount- The name of a Kubernetes Service Account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleArn
AddonPodIdentityAssociations.Builder roleArn(String roleArn)
The ARN of an IAM Role.
- Parameters:
roleArn- The ARN of an IAM Role.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-