Uses of Class
org.cdk8s.plus25.SshAuthSecretProps.Builder
-
Packages that use SshAuthSecretProps.Builder Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of SshAuthSecretProps.Builder in org.cdk8s.plus25
Methods in org.cdk8s.plus25 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.plus25 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.
-