Interface DescribeAddonConfigurationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeAddonConfigurationResponse.Builder,DescribeAddonConfigurationResponse>,EksResponse.Builder,SdkBuilder<DescribeAddonConfigurationResponse.Builder,DescribeAddonConfigurationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeAddonConfigurationResponse
public static interface DescribeAddonConfigurationResponse.Builder extends EksResponse.Builder, SdkPojo, CopyableBuilder<DescribeAddonConfigurationResponse.Builder,DescribeAddonConfigurationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeAddonConfigurationResponse.BuilderaddonName(String addonName)The name of the add-on.DescribeAddonConfigurationResponse.BuilderaddonVersion(String addonVersion)The version of the add-on.DescribeAddonConfigurationResponse.BuilderconfigurationSchema(String configurationSchema)A JSON schema that's used to validate the configuration values you provide when an add-on is created or updated.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.eks.model.EksResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
addonName
DescribeAddonConfigurationResponse.Builder addonName(String addonName)
The name of the add-on.
- Parameters:
addonName- The name of the add-on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
addonVersion
DescribeAddonConfigurationResponse.Builder addonVersion(String addonVersion)
The version of the add-on. The version must match one of the versions returned by
DescribeAddonVersions.- Parameters:
addonVersion- The version of the add-on. The version must match one of the versions returned byDescribeAddonVersions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configurationSchema
DescribeAddonConfigurationResponse.Builder configurationSchema(String configurationSchema)
A JSON schema that's used to validate the configuration values you provide when an add-on is created or updated.
- Parameters:
configurationSchema- A JSON schema that's used to validate the configuration values you provide when an add-on is created or updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-