Skip to content

RosMappingProps

Initializer

import com.aliyun.ros.cdk.core.RosMappingProps;
RosMappingProps.builder()
//  .mapping(java.util.Map<java.lang.String, java.util.Map<java.lang.String, java.lang.Object>>)
    .build();

Properties

Name Type Description
mapping java.util.Map> Mapping of key to a set of corresponding set of named values.

mappingOptional

public java.util.Map<java.lang.String, java.util.Map<java.lang.String, java.lang.Object>> getMapping();
  • Type: java.util.Map>
  • Default: No mapping.

Mapping of key to a set of corresponding set of named values.

The key identifies a map of name-value pairs and must be unique within the mapping.

For example, if you want to set values based on a region, you can create a mapping that uses the region name as a key and contains the values you want to specify for each specific region.