CopyableBuilder<DescribeAdjustmentTypesResponse.Builder,DescribeAdjustmentTypesResponse>
, SdkBuilder<DescribeAdjustmentTypesResponse.Builder,DescribeAdjustmentTypesResponse>
public static interface DescribeAdjustmentTypesResponse.Builder extends CopyableBuilder<DescribeAdjustmentTypesResponse.Builder,DescribeAdjustmentTypesResponse>
Modifier and Type | Method | Description |
---|---|---|
DescribeAdjustmentTypesResponse.Builder |
adjustmentTypes(Collection<AdjustmentType> adjustmentTypes) |
The policy adjustment types.
|
DescribeAdjustmentTypesResponse.Builder |
adjustmentTypes(AdjustmentType... adjustmentTypes) |
The policy adjustment types.
|
copy
apply, build
DescribeAdjustmentTypesResponse.Builder adjustmentTypes(Collection<AdjustmentType> adjustmentTypes)
The policy adjustment types.
adjustmentTypes
- The policy adjustment types.DescribeAdjustmentTypesResponse.Builder adjustmentTypes(AdjustmentType... adjustmentTypes)
The policy adjustment types.
NOTE: This method appends the values to the existing list (if any). Use
#setAdjustmentTypes(java.util.Collection)
or #withAdjustmentTypes(java.util.Collection)
if
you want to override the existing values.
adjustmentTypes
- The policy adjustment types.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.