Interface AdditionalAttributes.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AdditionalAttributes.Builder,,AdditionalAttributes> SdkBuilder<AdditionalAttributes.Builder,,AdditionalAttributes> SdkPojo
- Enclosing class:
AdditionalAttributes
@Mutable
@NotThreadSafe
public static interface AdditionalAttributes.Builder
extends SdkPojo, CopyableBuilder<AdditionalAttributes.Builder,AdditionalAttributes>
-
Method Summary
Modifier and TypeMethodDescriptionNames of forms on the query entity that can be requested in the response.formNames(Collection<String> formNames) Names of forms on the query entity that can be requested in the response.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
-
formNames
Names of forms on the query entity that can be requested in the response.
- Parameters:
formNames- Names of forms on the query entity that can be requested in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
formNames
Names of forms on the query entity that can be requested in the response.
- Parameters:
formNames- Names of forms on the query entity that can be requested in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-