Uses of Class
org.cdk8s.plus24.SshAuthSecretProps.Builder
-
Packages that use SshAuthSecretProps.Builder Package Description org.cdk8s.plus24 cdk8s+ (cdk8s-plus) -
-
Uses of SshAuthSecretProps.Builder in org.cdk8s.plus24
Methods in org.cdk8s.plus24 that return SshAuthSecretProps.Builder Modifier and Type Method Description static SshAuthSecretProps.Builder
SshAuthSecretProps. builder()
SshAuthSecretProps.Builder
SshAuthSecretProps.Builder. immutable(Boolean immutable)
Sets the value ofCommonSecretProps.getImmutable()
SshAuthSecretProps.Builder
SshAuthSecretProps.Builder. metadata(org.cdk8s.ApiObjectMetadata metadata)
Sets the value ofResourceProps.getMetadata()
SshAuthSecretProps.Builder
SshAuthSecretProps.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
.
-