Class SshParametersRequest
java.lang.Object
org.springframework.credhub.support.CredHubRequest<T>
org.springframework.credhub.support.ParametersRequest<SshParameters>
org.springframework.credhub.support.ssh.SshParametersRequest
The details of a request to generate a new 
SshCredential in CredHub.- Author:
- Scott Frederick
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classA builder that provides a fluent API for constructingSshParametersRequests.Nested classes/interfaces inherited from class org.springframework.credhub.support.CredHubRequestCredHubRequest.CredHubRequestBuilder<T,R extends CredHubRequest<T>, B extends CredHubRequest.CredHubRequestBuilder<T, R, B>> 
- 
Field SummaryFields inherited from class org.springframework.credhub.support.CredHubRequestcredentialType, details, mode, name
- 
Method SummaryModifier and TypeMethodDescriptionbuilder()Create a builder that provides a fluent API for providing the values required to construct aSshParametersRequest.Methods inherited from class org.springframework.credhub.support.ParametersRequestgetParameters, setParameters
- 
Method Details- 
builderCreate a builder that provides a fluent API for providing the values required to construct aSshParametersRequest.- Returns:
- a builder
 
 
-