Interface GetCanaryRunsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetCanaryRunsRequest.Builder,GetCanaryRunsRequest>,SdkBuilder<GetCanaryRunsRequest.Builder,GetCanaryRunsRequest>,SdkPojo,SdkRequest.Builder,SyntheticsRequest.Builder
- Enclosing class:
- GetCanaryRunsRequest
public static interface GetCanaryRunsRequest.Builder extends SyntheticsRequest.Builder, SdkPojo, CopyableBuilder<GetCanaryRunsRequest.Builder,GetCanaryRunsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetCanaryRunsRequest.BuildermaxResults(Integer maxResults)Specify this parameter to limit how many runs are returned each time you use theGetCanaryRunsoperation.GetCanaryRunsRequest.Buildername(String name)The name of the canary that you want to see runs for.GetCanaryRunsRequest.BuildernextToken(String nextToken)A token that indicates that there is more data available.GetCanaryRunsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetCanaryRunsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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
-
Methods inherited from interface software.amazon.awssdk.services.synthetics.model.SyntheticsRequest.Builder
build
-
-
-
-
Method Detail
-
name
GetCanaryRunsRequest.Builder name(String name)
The name of the canary that you want to see runs for.
- Parameters:
name- The name of the canary that you want to see runs for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
GetCanaryRunsRequest.Builder nextToken(String nextToken)
A token that indicates that there is more data available. You can use this token in a subsequent
GetCanaryRunsoperation to retrieve the next set of results.- Parameters:
nextToken- A token that indicates that there is more data available. You can use this token in a subsequentGetCanaryRunsoperation to retrieve the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
GetCanaryRunsRequest.Builder maxResults(Integer maxResults)
Specify this parameter to limit how many runs are returned each time you use the
GetCanaryRunsoperation. If you omit this parameter, the default of 100 is used.- Parameters:
maxResults- Specify this parameter to limit how many runs are returned each time you use theGetCanaryRunsoperation. If you omit this parameter, the default of 100 is used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetCanaryRunsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetCanaryRunsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-