Interface ListBusinessReportSchedulesRequest.Builder
-
- All Superinterfaces:
AlexaForBusinessRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<ListBusinessReportSchedulesRequest.Builder,ListBusinessReportSchedulesRequest>,SdkBuilder<ListBusinessReportSchedulesRequest.Builder,ListBusinessReportSchedulesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListBusinessReportSchedulesRequest
public static interface ListBusinessReportSchedulesRequest.Builder extends AlexaForBusinessRequest.Builder, SdkPojo, CopyableBuilder<ListBusinessReportSchedulesRequest.Builder,ListBusinessReportSchedulesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListBusinessReportSchedulesRequest.BuildermaxResults(Integer maxResults)The maximum number of schedules listed in the call.ListBusinessReportSchedulesRequest.BuildernextToken(String nextToken)The token used to list the remaining schedules from the previous API call.ListBusinessReportSchedulesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListBusinessReportSchedulesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.services.alexaforbusiness.model.AlexaForBusinessRequest.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, sdkFields
-
-
-
-
Method Detail
-
nextToken
ListBusinessReportSchedulesRequest.Builder nextToken(String nextToken)
The token used to list the remaining schedules from the previous API call.
- Parameters:
nextToken- The token used to list the remaining schedules from the previous API call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListBusinessReportSchedulesRequest.Builder maxResults(Integer maxResults)
The maximum number of schedules listed in the call.
- Parameters:
maxResults- The maximum number of schedules listed in the call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListBusinessReportSchedulesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListBusinessReportSchedulesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-