Interface DescribeNotificationConfigurationsRequest.Builder
-
- All Superinterfaces:
AutoScalingRequest.Builder
,AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeNotificationConfigurationsRequest.Builder,DescribeNotificationConfigurationsRequest>
,SdkBuilder<DescribeNotificationConfigurationsRequest.Builder,DescribeNotificationConfigurationsRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- DescribeNotificationConfigurationsRequest
public static interface DescribeNotificationConfigurationsRequest.Builder extends AutoScalingRequest.Builder, SdkPojo, CopyableBuilder<DescribeNotificationConfigurationsRequest.Builder,DescribeNotificationConfigurationsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeNotificationConfigurationsRequest.Builder
autoScalingGroupNames(String... autoScalingGroupNames)
The name of the Auto Scaling group.DescribeNotificationConfigurationsRequest.Builder
autoScalingGroupNames(Collection<String> autoScalingGroupNames)
The name of the Auto Scaling group.DescribeNotificationConfigurationsRequest.Builder
maxRecords(Integer maxRecords)
The maximum number of items to return with this call.DescribeNotificationConfigurationsRequest.Builder
nextToken(String nextToken)
The token for the next set of items to return.DescribeNotificationConfigurationsRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
DescribeNotificationConfigurationsRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
-
Methods inherited from interface software.amazon.awssdk.services.autoscaling.model.AutoScalingRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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
-
-
-
-
Method Detail
-
autoScalingGroupNames
DescribeNotificationConfigurationsRequest.Builder autoScalingGroupNames(Collection<String> autoScalingGroupNames)
The name of the Auto Scaling group.
- Parameters:
autoScalingGroupNames
- The name of the Auto Scaling group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
autoScalingGroupNames
DescribeNotificationConfigurationsRequest.Builder autoScalingGroupNames(String... autoScalingGroupNames)
The name of the Auto Scaling group.
- Parameters:
autoScalingGroupNames
- The name of the Auto Scaling group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
DescribeNotificationConfigurationsRequest.Builder nextToken(String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
- Parameters:
nextToken
- The token for the next set of items to return. (You received this token from a previous call.)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxRecords
DescribeNotificationConfigurationsRequest.Builder maxRecords(Integer maxRecords)
The maximum number of items to return with this call. The default value is
50
and the maximum value is100
.- Parameters:
maxRecords
- The maximum number of items to return with this call. The default value is50
and the maximum value is100
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeNotificationConfigurationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeNotificationConfigurationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-