public static interface DescribeAdjustmentTypesResponse.Builder extends AutoScalingResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of theAdjustmentType.Builder avoiding the need to create
one manually via AdjustmentType.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #adjustmentTypes(List.
adjustmentTypes - a consumer that will call methods on
AdjustmentType.Builder#adjustmentTypes(java.util.Collection) Copyright © 2023. All rights reserved.