Interface PolicyParameter.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<PolicyParameter.Builder,,PolicyParameter> SdkBuilder<PolicyParameter.Builder,,PolicyParameter> SdkPojo
- Enclosing class:
PolicyParameter
@Mutable
@NotThreadSafe
public static interface PolicyParameter.Builder
extends SdkPojo, CopyableBuilder<PolicyParameter.Builder,PolicyParameter>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the policy parameter.The data type of the policy parameter value.type(PolicyParameterTypeEnum type) The data type of the policy parameter value.The allowed values for the policy parameter.values(Collection<String> values) The allowed values for the policy parameter.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
name
The name of the policy parameter.
- Parameters:
name- The name of the policy parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
The allowed values for the policy parameter.
- Parameters:
values- The allowed values for the policy parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
The allowed values for the policy parameter.
- Parameters:
values- The allowed values for the policy parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The data type of the policy parameter value.
- Parameters:
type- The data type of the policy parameter value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The data type of the policy parameter value.
- Parameters:
type- The data type of the policy parameter value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-