CopyableBuilder<ServiceSpecificCredential.Builder,ServiceSpecificCredential>, SdkBuilder<ServiceSpecificCredential.Builder,ServiceSpecificCredential>public static interface ServiceSpecificCredential.Builder extends CopyableBuilder<ServiceSpecificCredential.Builder,ServiceSpecificCredential>
| Modifier and Type | Method | Description |
|---|---|---|
ServiceSpecificCredential.Builder |
createDate(Date createDate) |
The date and time, in ISO 8601 date-time format, when the
service-specific credential were created.
|
ServiceSpecificCredential.Builder |
serviceName(String serviceName) |
The name of the service associated with the service-specific credential.
|
ServiceSpecificCredential.Builder |
servicePassword(String servicePassword) |
The generated password for the service-specific credential.
|
ServiceSpecificCredential.Builder |
serviceSpecificCredentialId(String serviceSpecificCredentialId) |
The unique identifier for the service-specific credential.
|
ServiceSpecificCredential.Builder |
serviceUserName(String serviceUserName) |
The generated user name for the service-specific credential.
|
ServiceSpecificCredential.Builder |
status(String status) |
The status of the service-specific credential.
|
ServiceSpecificCredential.Builder |
status(StatusType status) |
The status of the service-specific credential.
|
ServiceSpecificCredential.Builder |
userName(String userName) |
The name of the IAM user associated with the service-specific credential.
|
copyapply, buildServiceSpecificCredential.Builder createDate(Date createDate)
The date and time, in ISO 8601 date-time format, when the service-specific credential were created.
createDate - The date and time, in ISO 8601 date-time format, when the
service-specific credential were created.ServiceSpecificCredential.Builder serviceName(String serviceName)
The name of the service associated with the service-specific credential.
serviceName - The name of the service associated with the service-specific credential.ServiceSpecificCredential.Builder serviceUserName(String serviceUserName)
The generated user name for the service-specific credential. This value is generated by combining the IAM
user's name combined with the ID number of the AWS account, as in jane-at-123456789012, for
example. This value cannot be configured by the user.
serviceUserName - The generated user name for the service-specific credential. This value is generated by combining the
IAM user's name combined with the ID number of the AWS account, as in
jane-at-123456789012, for example. This value cannot be configured by the user.ServiceSpecificCredential.Builder servicePassword(String servicePassword)
The generated password for the service-specific credential.
servicePassword - The generated password for the service-specific credential.ServiceSpecificCredential.Builder serviceSpecificCredentialId(String serviceSpecificCredentialId)
The unique identifier for the service-specific credential.
serviceSpecificCredentialId - The unique identifier for the service-specific credential.ServiceSpecificCredential.Builder userName(String userName)
The name of the IAM user associated with the service-specific credential.
userName - The name of the IAM user associated with the service-specific credential.ServiceSpecificCredential.Builder status(String status)
The status of the service-specific credential. Active means the key is valid for API calls,
while Inactive means it is not.
status - The status of the service-specific credential. Active means the key is valid for API
calls, while Inactive means it is not.StatusTypeServiceSpecificCredential.Builder status(StatusType status)
The status of the service-specific credential. Active means the key is valid for API calls,
while Inactive means it is not.
status - The status of the service-specific credential. Active means the key is valid for API
calls, while Inactive means it is not.StatusTypeCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.