Interface ApplicationAttribute.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ApplicationAttribute.Builder,
,ApplicationAttribute> SdkBuilder<ApplicationAttribute.Builder,
,ApplicationAttribute> SdkPojo
- Enclosing class:
ApplicationAttribute
@Mutable
@NotThreadSafe
public static interface ApplicationAttribute.Builder
extends SdkPojo, CopyableBuilder<ApplicationAttribute.Builder,ApplicationAttribute>
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the attribute name.Specifies the attribute value.values
(Collection<String> values) Specifies the attribute value.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
name
Specifies the attribute name.
- Parameters:
name
- Specifies the attribute name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
Specifies the attribute value.
- Parameters:
values
- Specifies the attribute value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
Specifies the attribute value.
- Parameters:
values
- Specifies the attribute value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-