Interface Certificate.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Certificate.Builder,
,Certificate> SdkBuilder<Certificate.Builder,
,Certificate> SdkPojo
- Enclosing class:
Certificate
@Mutable
@NotThreadSafe
public static interface Certificate.Builder
extends SdkPojo, CopyableBuilder<Certificate.Builder,Certificate>
-
Method Summary
Modifier and TypeMethodDescriptionThe Base64-encoded certificate data required to communicate with your cluster.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
data
The Base64-encoded certificate data required to communicate with your cluster. Add this to the
certificate-authority-data
section of thekubeconfig
file for your cluster.- Parameters:
data
- The Base64-encoded certificate data required to communicate with your cluster. Add this to thecertificate-authority-data
section of thekubeconfig
file for your cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-