Interface DescribeAutoScalingNotificationTypesResponse.Builder
-
- All Superinterfaces:
AutoScalingResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<DescribeAutoScalingNotificationTypesResponse.Builder,DescribeAutoScalingNotificationTypesResponse>,SdkBuilder<DescribeAutoScalingNotificationTypesResponse.Builder,DescribeAutoScalingNotificationTypesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeAutoScalingNotificationTypesResponse
public static interface DescribeAutoScalingNotificationTypesResponse.Builder extends AutoScalingResponse.Builder, SdkPojo, CopyableBuilder<DescribeAutoScalingNotificationTypesResponse.Builder,DescribeAutoScalingNotificationTypesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeAutoScalingNotificationTypesResponse.BuilderautoScalingNotificationTypes(String... autoScalingNotificationTypes)The notification types.DescribeAutoScalingNotificationTypesResponse.BuilderautoScalingNotificationTypes(Collection<String> autoScalingNotificationTypes)The notification 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
-
autoScalingNotificationTypes
DescribeAutoScalingNotificationTypesResponse.Builder autoScalingNotificationTypes(Collection<String> autoScalingNotificationTypes)
The notification types.
- Parameters:
autoScalingNotificationTypes- The notification types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
autoScalingNotificationTypes
DescribeAutoScalingNotificationTypesResponse.Builder autoScalingNotificationTypes(String... autoScalingNotificationTypes)
The notification types.
- Parameters:
autoScalingNotificationTypes- The notification types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-