public static interface DescribeUpdateRequest.Builder extends EksRequest.Builder, SdkPojo, CopyableBuilder<DescribeUpdateRequest.Builder,DescribeUpdateRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeUpdateRequest.Builder |
addonName(String addonName)
The name of the add-on.
|
DescribeUpdateRequest.Builder |
name(String name)
The name of the Amazon EKS cluster associated with the update.
|
DescribeUpdateRequest.Builder |
nodegroupName(String nodegroupName)
The name of the Amazon EKS node group associated with the update.
|
DescribeUpdateRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeUpdateRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeUpdateRequest.Builder |
updateId(String updateId)
The ID of the update to describe.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeUpdateRequest.Builder name(String name)
The name of the Amazon EKS cluster associated with the update.
name - The name of the Amazon EKS cluster associated with the update.DescribeUpdateRequest.Builder updateId(String updateId)
The ID of the update to describe.
updateId - The ID of the update to describe.DescribeUpdateRequest.Builder nodegroupName(String nodegroupName)
The name of the Amazon EKS node group associated with the update.
nodegroupName - The name of the Amazon EKS node group associated with the update.DescribeUpdateRequest.Builder addonName(String addonName)
The name of the add-on. The name must match one of the names returned by ListAddons .
addonName - The name of the add-on. The name must match one of the names returned by
ListAddons .DescribeUpdateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeUpdateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.