public static interface ListFunctionsRequest.Builder extends CloudFrontRequest.Builder, SdkPojo, CopyableBuilder<ListFunctionsRequest.Builder,ListFunctionsRequest>
Modifier and Type | Method and Description |
---|---|
ListFunctionsRequest.Builder |
marker(String marker)
Use this field when paginating results to indicate where to begin in your list of functions.
|
ListFunctionsRequest.Builder |
maxItems(String maxItems)
The maximum number of functions that you want in the response.
|
ListFunctionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListFunctionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListFunctionsRequest.Builder |
stage(FunctionStage stage)
An optional filter to return only the functions that are in the specified stage, either
DEVELOPMENT or LIVE . |
ListFunctionsRequest.Builder |
stage(String stage)
An optional filter to return only the functions that are in the specified stage, either
DEVELOPMENT or LIVE . |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListFunctionsRequest.Builder marker(String marker)
Use this field when paginating results to indicate where to begin in your list of functions. The response
includes functions in the list that occur after the marker. To get the next page of the list, set this
field’s value to the value of NextMarker
from the current page’s response.
marker
- Use this field when paginating results to indicate where to begin in your list of functions. The
response includes functions in the list that occur after the marker. To get the next page of the list,
set this field’s value to the value of NextMarker
from the current page’s response.ListFunctionsRequest.Builder maxItems(String maxItems)
The maximum number of functions that you want in the response.
maxItems
- The maximum number of functions that you want in the response.ListFunctionsRequest.Builder stage(String stage)
An optional filter to return only the functions that are in the specified stage, either
DEVELOPMENT
or LIVE
.
stage
- An optional filter to return only the functions that are in the specified stage, either
DEVELOPMENT
or LIVE
.FunctionStage
,
FunctionStage
ListFunctionsRequest.Builder stage(FunctionStage stage)
An optional filter to return only the functions that are in the specified stage, either
DEVELOPMENT
or LIVE
.
stage
- An optional filter to return only the functions that are in the specified stage, either
DEVELOPMENT
or LIVE
.FunctionStage
,
FunctionStage
ListFunctionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
ListFunctionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2021. All rights reserved.