public static interface ListEventConfigurationsRequest.Builder extends IotWirelessRequest.Builder, SdkPojo, CopyableBuilder<ListEventConfigurationsRequest.Builder,ListEventConfigurationsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListEventConfigurationsRequest.Builder |
maxResults(Integer maxResults)
Sets the value of the MaxResults property for this object.
|
ListEventConfigurationsRequest.Builder |
nextToken(String nextToken)
To retrieve the next set of results, the
nextToken value from a previous response; otherwise
null to receive the first set of results. |
ListEventConfigurationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListEventConfigurationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListEventConfigurationsRequest.Builder |
resourceType(EventNotificationResourceType resourceType)
Resource type to filter event configurations.
|
ListEventConfigurationsRequest.Builder |
resourceType(String resourceType)
Resource type to filter event configurations.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEventConfigurationsRequest.Builder resourceType(String resourceType)
Resource type to filter event configurations.
resourceType - Resource type to filter event configurations.EventNotificationResourceType,
EventNotificationResourceTypeListEventConfigurationsRequest.Builder resourceType(EventNotificationResourceType resourceType)
Resource type to filter event configurations.
resourceType - Resource type to filter event configurations.EventNotificationResourceType,
EventNotificationResourceTypeListEventConfigurationsRequest.Builder maxResults(Integer maxResults)
maxResults - The new value for the MaxResults property for this object.ListEventConfigurationsRequest.Builder nextToken(String nextToken)
To retrieve the next set of results, the nextToken value from a previous response; otherwise
null to receive the first set of results.
nextToken - To retrieve the next set of results, the nextToken value from a previous response;
otherwise null to receive the first set of results.ListEventConfigurationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListEventConfigurationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.