public static interface Certificate.Builder extends SdkPojo, CopyableBuilder<Certificate.Builder,Certificate>
| Modifier and Type | Method and Description |
|---|---|
Certificate.Builder |
data(String data)
The base64 encoded certificate data required to communicate with your cluster.
|
copyapplyMutation, buildCertificate.Builder data(String data)
The base64 encoded certificate data required to communicate with your cluster. Add this to the
certificate-authority-data section of the kubeconfig file for your cluster.
data - The base64 encoded certificate data required to communicate with your cluster. Add this to the
certificate-authority-data section of the kubeconfig file for your cluster.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.