| Package | Description |
|---|---|
| software.amazon.awssdk.services.eks |
Amazon Elastic Kubernetes Service (Amazon EKS) is a managed service that makes it easy for you to run Kubernetes on
Amazon Web Services without needing to stand up or maintain your own Kubernetes control plane.
|
| software.amazon.awssdk.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateFargateProfileResponse |
EksClient.createFargateProfile(Consumer<CreateFargateProfileRequest.Builder> createFargateProfileRequest)
Creates an Fargate profile for your Amazon EKS cluster.
|
default CompletableFuture<CreateFargateProfileResponse> |
EksAsyncClient.createFargateProfile(Consumer<CreateFargateProfileRequest.Builder> createFargateProfileRequest)
Creates an Fargate profile for your Amazon EKS cluster.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateFargateProfileRequest.Builder |
CreateFargateProfileRequest.builder() |
CreateFargateProfileRequest.Builder |
CreateFargateProfileRequest.Builder.clientRequestToken(String clientRequestToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateFargateProfileRequest.Builder |
CreateFargateProfileRequest.Builder.clusterName(String clusterName)
The name of the Amazon EKS cluster to apply the Fargate profile to.
|
CreateFargateProfileRequest.Builder |
CreateFargateProfileRequest.Builder.fargateProfileName(String fargateProfileName)
The name of the Fargate profile.
|
CreateFargateProfileRequest.Builder |
CreateFargateProfileRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateFargateProfileRequest.Builder |
CreateFargateProfileRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateFargateProfileRequest.Builder |
CreateFargateProfileRequest.Builder.podExecutionRoleArn(String podExecutionRoleArn)
The Amazon Resource Name (ARN) of the pod execution role to use for pods that match the selectors in the
Fargate profile.
|
CreateFargateProfileRequest.Builder |
CreateFargateProfileRequest.Builder.selectors(Collection<FargateProfileSelector> selectors)
The selectors to match for pods to use this Fargate profile.
|
CreateFargateProfileRequest.Builder |
CreateFargateProfileRequest.Builder.selectors(Consumer<FargateProfileSelector.Builder>... selectors)
The selectors to match for pods to use this Fargate profile.
|
CreateFargateProfileRequest.Builder |
CreateFargateProfileRequest.Builder.selectors(FargateProfileSelector... selectors)
The selectors to match for pods to use this Fargate profile.
|
CreateFargateProfileRequest.Builder |
CreateFargateProfileRequest.Builder.subnets(Collection<String> subnets)
The IDs of subnets to launch your pods into.
|
CreateFargateProfileRequest.Builder |
CreateFargateProfileRequest.Builder.subnets(String... subnets)
The IDs of subnets to launch your pods into.
|
CreateFargateProfileRequest.Builder |
CreateFargateProfileRequest.Builder.tags(Map<String,String> tags)
The metadata to apply to the Fargate profile to assist with categorization and organization.
|
CreateFargateProfileRequest.Builder |
CreateFargateProfileRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateFargateProfileRequest.Builder> |
CreateFargateProfileRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.