Uses of Class
org.cdk8s.plus24.SshAuthSecretProps.Builder
-
-
Uses of SshAuthSecretProps.Builder in org.cdk8s.plus24
Methods in org.cdk8s.plus24 that return SshAuthSecretProps.Builder Modifier and Type Method Description static SshAuthSecretProps.BuilderSshAuthSecretProps. builder()SshAuthSecretProps.BuilderSshAuthSecretProps.Builder. immutable(Boolean immutable)Sets the value ofCommonSecretProps.getImmutable()SshAuthSecretProps.BuilderSshAuthSecretProps.Builder. metadata(org.cdk8s.ApiObjectMetadata metadata)Sets the value ofResourceProps.getMetadata()SshAuthSecretProps.BuilderSshAuthSecretProps.Builder. sshPrivateKey(String sshPrivateKey)Sets the value ofSshAuthSecretProps.getSshPrivateKey()Constructors in org.cdk8s.plus24 with parameters of type SshAuthSecretProps.Builder Constructor Description Jsii$Proxy(SshAuthSecretProps.Builder builder)Constructor that initializes the object based on literal property values passed by theSshAuthSecretProps.Builder.
-