Class BdsApiKeySummary.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • keyAlias

        public BdsApiKeySummary.Builder keyAlias​(String keyAlias)
        User friendly identifier used to uniquely differentiate between different API keys.

        Only ASCII alphanumeric characters with no spaces allowed.

        Parameters:
        keyAlias - the value to set
        Returns:
        this builder
      • defaultRegion

        public BdsApiKeySummary.Builder defaultRegion​(String defaultRegion)
        The name of the region to establish the Object Storage endpoint which was set as part of key creation operation.

        If no region was provided this will be set to be the same region where the cluster lives. Example us-phoenix-1 .

        Parameters:
        defaultRegion - the value to set
        Returns:
        this builder
      • timeCreated

        public BdsApiKeySummary.Builder timeCreated​(Date timeCreated)
        The time the API key was created, shown as an RFC 3339 formatted datetime string.
        Parameters:
        timeCreated - the value to set
        Returns:
        this builder