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