Interface PodIdentityAssociation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PodIdentityAssociation.Builder,
,PodIdentityAssociation> SdkBuilder<PodIdentityAssociation.Builder,
,PodIdentityAssociation> SdkPojo
- Enclosing class:
PodIdentityAssociation
@Mutable
@NotThreadSafe
public static interface PodIdentityAssociation.Builder
extends SdkPojo, CopyableBuilder<PodIdentityAssociation.Builder,PodIdentityAssociation>
-
Method Summary
Modifier and TypeMethodDescriptionassociationArn
(String associationArn) The Amazon Resource Name (ARN) of the EKS Pod Identity association.associationId
(String associationId) The ID of the association.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
-
associationArn
The Amazon Resource Name (ARN) of the EKS Pod Identity association.
- Parameters:
associationArn
- The Amazon Resource Name (ARN) of the EKS Pod Identity 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.
-