Interface AddonPodIdentityAssociations.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AddonPodIdentityAssociations.Builder,
,AddonPodIdentityAssociations> SdkBuilder<AddonPodIdentityAssociations.Builder,
,AddonPodIdentityAssociations> SdkPojo
- Enclosing class:
AddonPodIdentityAssociations
@Mutable
@NotThreadSafe
public static interface AddonPodIdentityAssociations.Builder
extends SdkPojo, CopyableBuilder<AddonPodIdentityAssociations.Builder,AddonPodIdentityAssociations>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of an IAM Role.serviceAccount
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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.
-