Interface DescribeAdjustmentTypesResponse.Builder
-
- All Superinterfaces:
AutoScalingResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<DescribeAdjustmentTypesResponse.Builder,DescribeAdjustmentTypesResponse>,SdkBuilder<DescribeAdjustmentTypesResponse.Builder,DescribeAdjustmentTypesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeAdjustmentTypesResponse
public static interface DescribeAdjustmentTypesResponse.Builder extends AutoScalingResponse.Builder, SdkPojo, CopyableBuilder<DescribeAdjustmentTypesResponse.Builder,DescribeAdjustmentTypesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeAdjustmentTypesResponse.BuilderadjustmentTypes(Collection<AdjustmentType> adjustmentTypes)The policy adjustment types.DescribeAdjustmentTypesResponse.BuilderadjustmentTypes(Consumer<AdjustmentType.Builder>... adjustmentTypes)The policy adjustment types.DescribeAdjustmentTypesResponse.BuilderadjustmentTypes(AdjustmentType... adjustmentTypes)The policy adjustment types.-
Methods inherited from interface software.amazon.awssdk.services.autoscaling.model.AutoScalingResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
adjustmentTypes
DescribeAdjustmentTypesResponse.Builder adjustmentTypes(Collection<AdjustmentType> adjustmentTypes)
The policy adjustment types.
- Parameters:
adjustmentTypes- The policy adjustment types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
adjustmentTypes
DescribeAdjustmentTypesResponse.Builder adjustmentTypes(AdjustmentType... adjustmentTypes)
The policy adjustment types.
- Parameters:
adjustmentTypes- The policy adjustment types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
adjustmentTypes
DescribeAdjustmentTypesResponse.Builder adjustmentTypes(Consumer<AdjustmentType.Builder>... adjustmentTypes)
The policy adjustment types.
This is a convenience method that creates an instance of theAdjustmentType.Builderavoiding the need to create one manually viaAdjustmentType.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#adjustmentTypes(List.) - Parameters:
adjustmentTypes- a consumer that will call methods onAdjustmentType.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#adjustmentTypes(java.util.Collection)
-
-