JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.identitymanagement.model

Class ServiceSpecificCredential

    • Constructor Detail

      • ServiceSpecificCredential

        public ServiceSpecificCredential()
    • Method Detail

      • setCreateDate

        public void setCreateDate(Date createDate)

        The date and time, in ISO 8601 date-time format, when the service-specific credential were created.

        Parameters:
        createDate - The date and time, in ISO 8601 date-time format, when the service-specific credential were created.
      • withCreateDate

        public ServiceSpecificCredential withCreateDate(Date createDate)

        The date and time, in ISO 8601 date-time format, when the service-specific credential were created.

        Parameters:
        createDate - The date and time, in ISO 8601 date-time format, when the service-specific credential were created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setServiceName

        public void setServiceName(String serviceName)

        The name of the service associated with the service-specific credential.

        Parameters:
        serviceName - The name of the service associated with the service-specific credential.
      • getServiceName

        public String getServiceName()

        The name of the service associated with the service-specific credential.

        Returns:
        The name of the service associated with the service-specific credential.
      • withServiceName

        public ServiceSpecificCredential withServiceName(String serviceName)

        The name of the service associated with the service-specific credential.

        Parameters:
        serviceName - The name of the service associated with the service-specific credential.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setServiceUserName

        public void setServiceUserName(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 Amazon Web Services account, as in jane-at-123456789012, for example. This value cannot be configured by the user.

        Parameters:
        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 Amazon Web Services account, as in jane-at-123456789012, for example. This value cannot be configured by the user.
      • getServiceUserName

        public String getServiceUserName()

        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.

        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.
      • withServiceUserName

        public ServiceSpecificCredential withServiceUserName(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 Amazon Web Services account, as in jane-at-123456789012, for example. This value cannot be configured by the user.

        Parameters:
        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 Amazon Web Services account, as in jane-at-123456789012, for example. This value cannot be configured by the user.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setServicePassword

        public void setServicePassword(String servicePassword)

        The generated password for the service-specific credential.

        Parameters:
        servicePassword - The generated password for the service-specific credential.
      • getServicePassword

        public String getServicePassword()

        The generated password for the service-specific credential.

        Returns:
        The generated password for the service-specific credential.
      • withServicePassword

        public ServiceSpecificCredential withServicePassword(String servicePassword)

        The generated password for the service-specific credential.

        Parameters:
        servicePassword - The generated password for the service-specific credential.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setServiceSpecificCredentialId

        public void setServiceSpecificCredentialId(String serviceSpecificCredentialId)

        The unique identifier for the service-specific credential.

        Parameters:
        serviceSpecificCredentialId - The unique identifier for the service-specific credential.
      • getServiceSpecificCredentialId

        public String getServiceSpecificCredentialId()

        The unique identifier for the service-specific credential.

        Returns:
        The unique identifier for the service-specific credential.
      • withServiceSpecificCredentialId

        public ServiceSpecificCredential withServiceSpecificCredentialId(String serviceSpecificCredentialId)

        The unique identifier for the service-specific credential.

        Parameters:
        serviceSpecificCredentialId - The unique identifier for the service-specific credential.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setUserName

        public void setUserName(String userName)

        The name of the IAM user associated with the service-specific credential.

        Parameters:
        userName - The name of the IAM user associated with the service-specific credential.
      • getUserName

        public String getUserName()

        The name of the IAM user associated with the service-specific credential.

        Returns:
        The name of the IAM user associated with the service-specific credential.
      • withUserName

        public ServiceSpecificCredential withUserName(String userName)

        The name of the IAM user associated with the service-specific credential.

        Parameters:
        userName - The name of the IAM user associated with the service-specific credential.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStatus

        public void setStatus(String status)

        The status of the service-specific credential. Active means that the key is valid for API calls, while Inactive means it is not.

        Parameters:
        status - The status of the service-specific credential. Active means that the key is valid for API calls, while Inactive means it is not.
        See Also:
        StatusType
      • getStatus

        public String getStatus()

        The status of the service-specific credential. Active means that the key is valid for API calls, while Inactive means it is not.

        Returns:
        The status of the service-specific credential. Active means that the key is valid for API calls, while Inactive means it is not.
        See Also:
        StatusType
      • withStatus

        public ServiceSpecificCredential withStatus(String status)

        The status of the service-specific credential. Active means that the key is valid for API calls, while Inactive means it is not.

        Parameters:
        status - The status of the service-specific credential. Active means that the key is valid for API calls, while Inactive means it is not.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        StatusType
      • setStatus

        public void setStatus(StatusType status)

        The status of the service-specific credential. Active means that the key is valid for API calls, while Inactive means it is not.

        Parameters:
        status - The status of the service-specific credential. Active means that the key is valid for API calls, while Inactive means it is not.
        See Also:
        StatusType
      • withStatus

        public ServiceSpecificCredential withStatus(StatusType status)

        The status of the service-specific credential. Active means that the key is valid for API calls, while Inactive means it is not.

        Parameters:
        status - The status of the service-specific credential. Active means that the key is valid for API calls, while Inactive means it is not.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        StatusType
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /