CopyableBuilder<PolicyParameter.Builder,PolicyParameter>
, SdkBuilder<PolicyParameter.Builder,PolicyParameter>
public static interface PolicyParameter.Builder extends CopyableBuilder<PolicyParameter.Builder,PolicyParameter>
Modifier and Type | Method | Description |
---|---|---|
PolicyParameter.Builder |
key(String key) |
Name of the parameter from the list of Review Polices.
|
PolicyParameter.Builder |
mapEntries(Collection<ParameterMapEntry> mapEntries) |
List of ParameterMapEntry objects.
|
PolicyParameter.Builder |
mapEntries(ParameterMapEntry... mapEntries) |
List of ParameterMapEntry objects.
|
PolicyParameter.Builder |
values(String... values) |
The list of values of the Parameter
|
PolicyParameter.Builder |
values(Collection<String> values) |
The list of values of the Parameter
|
copy
apply, build
PolicyParameter.Builder key(String key)
Name of the parameter from the list of Review Polices.
key
- Name of the parameter from the list of Review Polices.PolicyParameter.Builder values(Collection<String> values)
The list of values of the Parameter
values
- The list of values of the ParameterPolicyParameter.Builder values(String... values)
The list of values of the Parameter
NOTE: This method appends the values to the existing list (if any). Use
#setValues(java.util.Collection)
or #withValues(java.util.Collection)
if you want to override
the existing values.
values
- The list of values of the ParameterPolicyParameter.Builder mapEntries(Collection<ParameterMapEntry> mapEntries)
List of ParameterMapEntry objects.
mapEntries
- List of ParameterMapEntry objects.PolicyParameter.Builder mapEntries(ParameterMapEntry... mapEntries)
List of ParameterMapEntry objects.
NOTE: This method appends the values to the existing list (if any). Use
#setMapEntries(java.util.Collection)
or #withMapEntries(java.util.Collection)
if you want to
override the existing values.
mapEntries
- List of ParameterMapEntry objects.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.