public class UpdateCredentialsOptions extends GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
UpdateCredentialsOptions.Builder
Builder.
|
static interface |
UpdateCredentialsOptions.SourceType
The source that this credentials object connects to.
|
Modifier and Type | Method and Description |
---|---|
CredentialDetails |
credentialDetails()
Gets the credentialDetails.
|
java.lang.String |
credentialId()
Gets the credentialId.
|
java.lang.String |
environmentId()
Gets the environmentId.
|
UpdateCredentialsOptions.Builder |
newBuilder()
New builder.
|
java.lang.String |
sourceType()
Gets the sourceType.
|
equals, hashCode, toString
public UpdateCredentialsOptions.Builder newBuilder()
public java.lang.String environmentId()
public java.lang.String credentialId()
public java.lang.String sourceType()
public CredentialDetails credentialDetails()