StringMapBuilder
public static class ImmutableMapParameter.Builder<K,V> extends Object
Constructor | Description |
---|---|
Builder() |
Modifier and Type | Method | Description |
---|---|---|
ImmutableMapParameter<K,V> |
build() |
Generates and returns a new ImmutableMapParameter instance which
contains all the entries added into the Builder by
put()
method. |
ImmutableMapParameter.Builder<K,V> |
put(K key,
V value) |
Add a key-value pair into the built map.
|
public ImmutableMapParameter.Builder<K,V> put(K key, V value)
public ImmutableMapParameter<K,V> build()
put()
method.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.