Interface AwsElbLoadBalancerAdditionalAttribute.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AwsElbLoadBalancerAdditionalAttribute.Builder,
,AwsElbLoadBalancerAdditionalAttribute> SdkBuilder<AwsElbLoadBalancerAdditionalAttribute.Builder,
,AwsElbLoadBalancerAdditionalAttribute> SdkPojo
- Enclosing class:
AwsElbLoadBalancerAdditionalAttribute
@Mutable
@NotThreadSafe
public static interface AwsElbLoadBalancerAdditionalAttribute.Builder
extends SdkPojo, CopyableBuilder<AwsElbLoadBalancerAdditionalAttribute.Builder,AwsElbLoadBalancerAdditionalAttribute>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the attribute.The value of the attribute.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
-
key
The name of the attribute.
- Parameters:
key
- The name of the attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
The value of the attribute.
- Parameters:
value
- The value of the attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-