CopyableBuilder<ServiceSpecificCredentialMetadata.Builder,ServiceSpecificCredentialMetadata>, SdkBuilder<ServiceSpecificCredentialMetadata.Builder,ServiceSpecificCredentialMetadata>public static interface ServiceSpecificCredentialMetadata.Builder extends CopyableBuilder<ServiceSpecificCredentialMetadata.Builder,ServiceSpecificCredentialMetadata>
| Modifier and Type | Method | Description |
|---|---|---|
ServiceSpecificCredentialMetadata.Builder |
createDate(Date createDate) |
The date and time, in ISO 8601 date-time format, when the
service-specific credential were created.
|
ServiceSpecificCredentialMetadata.Builder |
serviceName(String serviceName) |
The name of the service associated with the service-specific credential.
|
ServiceSpecificCredentialMetadata.Builder |
serviceSpecificCredentialId(String serviceSpecificCredentialId) |
The unique identifier for the service-specific credential.
|
ServiceSpecificCredentialMetadata.Builder |
serviceUserName(String serviceUserName) |
The generated user name for the service-specific credential.
|
ServiceSpecificCredentialMetadata.Builder |
status(String status) |
The status of the service-specific credential.
|
ServiceSpecificCredentialMetadata.Builder |
status(StatusType status) |
The status of the service-specific credential.
|
ServiceSpecificCredentialMetadata.Builder |
userName(String userName) |
The name of the IAM user associated with the service-specific credential.
|
copyapply, buildServiceSpecificCredentialMetadata.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.ServiceSpecificCredentialMetadata.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.StatusTypeServiceSpecificCredentialMetadata.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.StatusTypeServiceSpecificCredentialMetadata.Builder serviceUserName(String serviceUserName)
The generated user name for the service-specific credential.
serviceUserName - The generated user name for the service-specific credential.ServiceSpecificCredentialMetadata.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.ServiceSpecificCredentialMetadata.Builder serviceSpecificCredentialId(String serviceSpecificCredentialId)
The unique identifier for the service-specific credential.
serviceSpecificCredentialId - The unique identifier for the service-specific credential.ServiceSpecificCredentialMetadata.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.