Class ServiceSpecificCredentialArgs.Builder

    • Method Detail

      • serviceName

        public ServiceSpecificCredentialArgs.Builder serviceName​(com.pulumi.core.Output<java.lang.String> serviceName)
        Parameters:
        serviceName - The name of the AWS service that is to be associated with the credentials. The service you specify here is the only service that can be accessed using these credentials.
        Returns:
        builder
      • serviceName

        public ServiceSpecificCredentialArgs.Builder serviceName​(java.lang.String serviceName)
        Parameters:
        serviceName - The name of the AWS service that is to be associated with the credentials. The service you specify here is the only service that can be accessed using these credentials.
        Returns:
        builder
      • status

        public ServiceSpecificCredentialArgs.Builder status​(@Nullable
                                                            com.pulumi.core.Output<java.lang.String> status)
        Parameters:
        status - The status to be assigned to the service-specific credential. Valid values are `Active` and `Inactive`. Default value is `Active`.
        Returns:
        builder
      • status

        public ServiceSpecificCredentialArgs.Builder status​(java.lang.String status)
        Parameters:
        status - The status to be assigned to the service-specific credential. Valid values are `Active` and `Inactive`. Default value is `Active`.
        Returns:
        builder
      • userName

        public ServiceSpecificCredentialArgs.Builder userName​(com.pulumi.core.Output<java.lang.String> userName)
        Parameters:
        userName - The name of the IAM user that is to be associated with the credentials. The new service-specific credentials have the same permissions as the associated user except that they can be used only to access the specified service.
        Returns:
        builder
      • userName

        public ServiceSpecificCredentialArgs.Builder userName​(java.lang.String userName)
        Parameters:
        userName - The name of the IAM user that is to be associated with the credentials. The new service-specific credentials have the same permissions as the associated user except that they can be used only to access the specified service.
        Returns:
        builder