Interface FieldToProtect.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<FieldToProtect.Builder,,FieldToProtect> SdkBuilder<FieldToProtect.Builder,,FieldToProtect> SdkPojo
- Enclosing class:
FieldToProtect
public static interface FieldToProtect.Builder
extends SdkPojo, CopyableBuilder<FieldToProtect.Builder,FieldToProtect>
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the keys to protect for the specified field type.fieldKeys(Collection<String> fieldKeys) Specifies the keys to protect for the specified field type.Specifies the web request component type to protect.fieldType(FieldToProtectType fieldType) Specifies the web request component type to protect.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
-
fieldType
Specifies the web request component type to protect.
- Parameters:
fieldType- Specifies the web request component type to protect.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
fieldType
Specifies the web request component type to protect.
- Parameters:
fieldType- Specifies the web request component type to protect.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
fieldKeys
Specifies the keys to protect for the specified field type. If you don't specify any key, then all keys for the field type are protected.
- Parameters:
fieldKeys- Specifies the keys to protect for the specified field type. If you don't specify any key, then all keys for the field type are protected.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fieldKeys
Specifies the keys to protect for the specified field type. If you don't specify any key, then all keys for the field type are protected.
- Parameters:
fieldKeys- Specifies the keys to protect for the specified field type. If you don't specify any key, then all keys for the field type are protected.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-