Class ServiceSpecificCredential
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<ServiceSpecificCredential.Builder,- ServiceSpecificCredential> 
Contains the details of a service-specific credential.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionbuilder()final InstantThe date and time, in ISO 8601 date-time format, when the service-specific credential were created.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final InstantThe date and time when the service specific credential expires.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends ServiceSpecificCredential.Builder> final StringFor Bedrock API keys, this is the public portion of the credential that includes the IAM user name and a suffix containing version and creation information.final StringFor Bedrock API keys, this is the secret portion of the credential that should be used to authenticate API calls.final StringThe name of the service associated with the service-specific credential.final StringThe generated password for the service-specific credential.final StringThe unique identifier for the service-specific credential.final StringThe generated user name for the service-specific credential.final StatusTypestatus()The status of the service-specific credential.final StringThe status of the service-specific credential.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.final StringuserName()The name of the IAM user associated with the service-specific credential.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
createDateThe date and time, in ISO 8601 date-time format, when the service-specific credential were created. - Returns:
- The date and time, in ISO 8601 date-time format, when the service-specific credential were created.
 
- 
expirationDateThe date and time when the service specific credential expires. This field is only present for Bedrock API keys that were created with an expiration period. - Returns:
- The date and time when the service specific credential expires. This field is only present for Bedrock API keys that were created with an expiration period.
 
- 
serviceNameThe name of the service associated with the service-specific credential. - Returns:
- The name of the service associated with the service-specific credential.
 
- 
serviceUserNameThe 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 Amazon Web Services account, as in jane-at-123456789012, for example. This value cannot be configured by the user.- Returns:
- 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 Amazon Web Services account, as in
         jane-at-123456789012, for example. This value cannot be configured by the user.
 
- 
servicePasswordThe generated password for the service-specific credential. - Returns:
- The generated password for the service-specific credential.
 
- 
serviceCredentialAliasFor Bedrock API keys, this is the public portion of the credential that includes the IAM user name and a suffix containing version and creation information. - Returns:
- For Bedrock API keys, this is the public portion of the credential that includes the IAM user name and a suffix containing version and creation information.
 
- 
serviceCredentialSecretFor Bedrock API keys, this is the secret portion of the credential that should be used to authenticate API calls. This value is returned only when the credential is created. - Returns:
- For Bedrock API keys, this is the secret portion of the credential that should be used to authenticate API calls. This value is returned only when the credential is created.
 
- 
serviceSpecificCredentialIdThe unique identifier for the service-specific credential. - Returns:
- The unique identifier for the service-specific credential.
 
- 
userNameThe name of the IAM user associated with the service-specific credential. - Returns:
- The name of the IAM user associated with the service-specific credential.
 
- 
statusThe status of the service-specific credential. Activemeans that the key is valid for API calls, whileInactivemeans it is not.If the service returns an enum value that is not available in the current SDK version, statuswill returnStatusType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the service-specific credential. Activemeans that the key is valid for API calls, whileInactivemeans it is not.
- See Also:
 
- 
statusAsStringThe status of the service-specific credential. Activemeans that the key is valid for API calls, whileInactivemeans it is not.If the service returns an enum value that is not available in the current SDK version, statuswill returnStatusType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the service-specific credential. Activemeans that the key is valid for API calls, whileInactivemeans it is not.
- See Also:
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<ServiceSpecificCredential.Builder,- ServiceSpecificCredential> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-