public static interface DescribeAddonConfigurationResponse.Builder extends EksResponse.Builder, SdkPojo, CopyableBuilder<DescribeAddonConfigurationResponse.Builder,DescribeAddonConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeAddonConfigurationResponse.Builder |
addonName(String addonName)
The name of the add-on.
|
DescribeAddonConfigurationResponse.Builder |
addonVersion(String addonVersion)
The version of the add-on.
|
DescribeAddonConfigurationResponse.Builder |
configurationSchema(String configurationSchema)
A JSON schema that's used to validate the configuration values that you provide when an addon is created or
updated.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAddonConfigurationResponse.Builder addonName(String addonName)
The name of the add-on.
addonName - The name of the add-on.DescribeAddonConfigurationResponse.Builder addonVersion(String addonVersion)
The version of the add-on. The version must match one of the versions returned by
DescribeAddonVersions .
addonVersion - The version of the add-on. The version must match one of the versions returned by
DescribeAddonVersions .DescribeAddonConfigurationResponse.Builder configurationSchema(String configurationSchema)
A JSON schema that's used to validate the configuration values that you provide when an addon is created or updated.
configurationSchema - A JSON schema that's used to validate the configuration values that you provide when an addon is
created or updated.Copyright © 2023. All rights reserved.