Class CfnPodIdentityAssociationProps.Builder
java.lang.Object
software.amazon.awscdk.services.eks.CfnPodIdentityAssociationProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPodIdentityAssociationProps>
- Enclosing interface:
CfnPodIdentityAssociationProps
@Stability(Stable)
public static final class CfnPodIdentityAssociationProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPodIdentityAssociationProps>
A builder for
CfnPodIdentityAssociationProps
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.clusterName
(String clusterName) Sets the value ofCfnPodIdentityAssociationProps.getClusterName()
Sets the value ofCfnPodIdentityAssociationProps.getNamespace()
Sets the value ofCfnPodIdentityAssociationProps.getRoleArn()
serviceAccount
(String serviceAccount) Sets the value ofCfnPodIdentityAssociationProps.getServiceAccount()
Sets the value ofCfnPodIdentityAssociationProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
clusterName
Sets the value ofCfnPodIdentityAssociationProps.getClusterName()
- Parameters:
clusterName
- The name of the cluster that the association is in. This parameter is required.- Returns:
this
-
namespace
Sets the value ofCfnPodIdentityAssociationProps.getNamespace()
- Parameters:
namespace
- The name of the Kubernetes namespace inside the cluster to create the association in. This parameter is required. The service account and the pods that use the service account must be in this namespace.- Returns:
this
-
roleArn
Sets the value ofCfnPodIdentityAssociationProps.getRoleArn()
- Parameters:
roleArn
- The Amazon Resource Name (ARN) of the IAM role to associate with the service account. This parameter is required. The EKS Pod Identity agent manages credentials to assume this role for applications in the containers in the pods that use this service account.- Returns:
this
-
serviceAccount
@Stability(Stable) public CfnPodIdentityAssociationProps.Builder serviceAccount(String serviceAccount) Sets the value ofCfnPodIdentityAssociationProps.getServiceAccount()
- Parameters:
serviceAccount
- The name of the Kubernetes service account inside the cluster to associate the IAM credentials with. This parameter is required.- Returns:
this
-
tags
Sets the value ofCfnPodIdentityAssociationProps.getTags()
- Parameters:
tags
- Metadata that assists with categorization and organization. Each tag consists of a key and an optional value. You define both. Tags don't propagate to any other cluster or AWS resources.The following basic restrictions apply to tags:
- Maximum number of tags per resource – 50
- For each resource, each tag key must be unique, and each tag key can have only one value.
- Maximum key length – 128 Unicode characters in UTF-8
- Maximum value length – 256 Unicode characters in UTF-8
- If your tagging schema is used across multiple services and resources, remember that other services may have restrictions on allowed characters. Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following characters: + - = . _ : /
- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnPodIdentityAssociationProps>
- Returns:
- a new instance of
CfnPodIdentityAssociationProps
- Throws:
NullPointerException
- if any required attribute was not provided
-