Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ListVersionsByFunctionRequest.Builder,ListVersionsByFunctionRequest>
@Generated("software.amazon.awssdk:codegen") public class ListVersionsByFunctionRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListVersionsByFunctionRequest.Builder,ListVersionsByFunctionRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListVersionsByFunctionRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static ListVersionsByFunctionRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
String |
functionName() |
Function name whose versions to list.
|
int |
hashCode() |
|
String |
marker() |
Optional string.
|
Integer |
maxItems() |
Optional integer.
|
static Class<? extends ListVersionsByFunctionRequest.Builder> |
serializableBuilderClass() |
|
ListVersionsByFunctionRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String functionName()
Function name whose versions to list. You can specify a function name (for example, Thumbnail
) or
you can specify Amazon Resource Name (ARN) of the function (for example,
arn:aws:lambda:us-west-2:account-id:function:ThumbNail
). AWS Lambda also allows you to specify a
partial ARN (for example, account-id:Thumbnail
). Note that the length constraint applies only to the
ARN. If you specify only the function name, it is limited to 64 characters in length.
Thumbnail
) or you can specify Amazon Resource Name (ARN) of the function (for example,
arn:aws:lambda:us-west-2:account-id:function:ThumbNail
). AWS Lambda also allows you to
specify a partial ARN (for example, account-id:Thumbnail
). Note that the length constraint
applies only to the ARN. If you specify only the function name, it is limited to 64 characters in length.public String marker()
Optional string. An opaque pagination token returned from a previous ListVersionsByFunction
operation. If present, indicates where to continue the listing.
ListVersionsByFunction
operation. If present, indicates where to continue the listing.public Integer maxItems()
Optional integer. Specifies the maximum number of AWS Lambda function versions to return in response. This parameter value must be greater than 0.
public ListVersionsByFunctionRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListVersionsByFunctionRequest.Builder,ListVersionsByFunctionRequest>
public static ListVersionsByFunctionRequest.Builder builder()
public static Class<? extends ListVersionsByFunctionRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.