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.util

Class ImmutableMapParameter.Builder<K,V>

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • put

        public ImmutableMapParameter.Builder<K,V> put(K key,
         V value)
        Add a key-value pair into the built map. The method will throw IllegalArgumentException immediately when duplicate keys are provided.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • build

        public ImmutableMapParameter<K,V> build()
        Generates and returns a new ImmutableMapParameter instance which contains all the entries added into the Builder by put() method.
Skip navigation links

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