Interface PodIdentityAssociationSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PodIdentityAssociationSummary.Builder,
,PodIdentityAssociationSummary> SdkBuilder<PodIdentityAssociationSummary.Builder,
,PodIdentityAssociationSummary> SdkPojo
- Enclosing class:
PodIdentityAssociationSummary
@Mutable
@NotThreadSafe
public static interface PodIdentityAssociationSummary.Builder
extends SdkPojo, CopyableBuilder<PodIdentityAssociationSummary.Builder,PodIdentityAssociationSummary>
-
Method Summary
Modifier and TypeMethodDescriptionassociationArn
(String associationArn) The Amazon Resource Name (ARN) of the association.associationId
(String associationId) The ID of the association.clusterName
(String clusterName) The name of the cluster that the association is in.The name of the Kubernetes namespace inside the cluster to create the association in.If defined, the association is owned by an Amazon EKS add-on.serviceAccount
(String serviceAccount) The name of the Kubernetes service account inside the cluster to associate the IAM credentials with.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
-
clusterName
The name of the cluster that the association is in.
- Parameters:
clusterName
- The name of the cluster that the association is in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespace
The name of the Kubernetes namespace inside the cluster to create the association in. The service account and the Pods that use the service account must be in this namespace.
- Parameters:
namespace
- The name of the Kubernetes namespace inside the cluster to create the association in. The service account and the Pods that use the service account must be in this namespace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceAccount
The name of the Kubernetes service account inside the cluster to associate the IAM credentials with.
- Parameters:
serviceAccount
- The name of the Kubernetes service account inside the cluster to associate the IAM credentials with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associationArn
The Amazon Resource Name (ARN) of the association.
- Parameters:
associationArn
- The Amazon Resource Name (ARN) of the association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associationId
The ID of the association.
- Parameters:
associationId
- The ID of the association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ownerArn
If defined, the association is owned by an Amazon EKS add-on.
- Parameters:
ownerArn
- If defined, the association is owned by an Amazon EKS add-on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-