public static interface DescribeAdjustmentTypesResponse.Builder extends AutoScalingResponse.Builder, CopyableBuilder<DescribeAdjustmentTypesResponse.Builder,DescribeAdjustmentTypesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeAdjustmentTypesResponse.Builder |
adjustmentTypes(AdjustmentType... adjustmentTypes)
The policy adjustment types.
|
DescribeAdjustmentTypesResponse.Builder |
adjustmentTypes(Collection<AdjustmentType> adjustmentTypes)
The policy adjustment types.
|
DescribeAdjustmentTypesResponse.Builder |
adjustmentTypes(Consumer<AdjustmentType.Builder>... adjustmentTypes)
The policy adjustment types.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeAdjustmentTypesResponse.Builder adjustmentTypes(Collection<AdjustmentType> adjustmentTypes)
The policy adjustment types.
adjustmentTypes - The policy adjustment types.DescribeAdjustmentTypesResponse.Builder adjustmentTypes(AdjustmentType... adjustmentTypes)
The policy adjustment types.
adjustmentTypes - The policy adjustment types.DescribeAdjustmentTypesResponse.Builder adjustmentTypes(Consumer<AdjustmentType.Builder>... adjustmentTypes)
The policy adjustment types.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #adjustmentTypes(List) .adjustmentTypes - a consumer that will call methods on List.Builder #adjustmentTypes(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.