Interface AddonNamespaceConfigRequest.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AddonNamespaceConfigRequest.Builder,,AddonNamespaceConfigRequest> SdkBuilder<AddonNamespaceConfigRequest.Builder,,AddonNamespaceConfigRequest> SdkPojo
- Enclosing class:
AddonNamespaceConfigRequest
@Mutable
@NotThreadSafe
public static interface AddonNamespaceConfigRequest.Builder
extends SdkPojo, CopyableBuilder<AddonNamespaceConfigRequest.Builder,AddonNamespaceConfigRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the Kubernetes namespace to install the addon in.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
namespace
The name of the Kubernetes namespace to install the addon in. Must be a valid RFC 1123 DNS label.
- Parameters:
namespace- The name of the Kubernetes namespace to install the addon in. Must be a valid RFC 1123 DNS label.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-