Interface PodIdentityAssociationSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PodIdentityAssociationSummary.Builder,PodIdentityAssociationSummary>,SdkBuilder<PodIdentityAssociationSummary.Builder,PodIdentityAssociationSummary>,SdkPojo
- Enclosing class:
- PodIdentityAssociationSummary
public static interface PodIdentityAssociationSummary.Builder extends SdkPojo, CopyableBuilder<PodIdentityAssociationSummary.Builder,PodIdentityAssociationSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PodIdentityAssociationSummary.BuilderassociationArn(String associationArn)The Amazon Resource Name (ARN) of the association.PodIdentityAssociationSummary.BuilderassociationId(String associationId)The ID of the association.PodIdentityAssociationSummary.BuilderclusterName(String clusterName)The name of the cluster that the association is in.PodIdentityAssociationSummary.Buildernamespace(String namespace)The name of the Kubernetes namespace inside the cluster to create the association in.PodIdentityAssociationSummary.BuilderserviceAccount(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, sdkFields
-
-
-
-
Method Detail
-
clusterName
PodIdentityAssociationSummary.Builder clusterName(String 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
PodIdentityAssociationSummary.Builder namespace(String 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
PodIdentityAssociationSummary.Builder serviceAccount(String 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
PodIdentityAssociationSummary.Builder associationArn(String 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
PodIdentityAssociationSummary.Builder associationId(String 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.
-
-