@Generated(value="software.amazon.awssdk:codegen") public final class DeleteFunctionRequest extends LambdaRequest implements ToCopyableBuilder<DeleteFunctionRequest.Builder,DeleteFunctionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteFunctionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteFunctionRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
functionName()
The name of the Lambda function or version.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
qualifier()
Specify a version to delete.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteFunctionRequest.Builder> |
serializableBuilderClass() |
DeleteFunctionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String functionName()
The name of the Lambda function or version.
Name formats
Function name - my-function (name-only), my-function:1 (with version).
Function ARN - arn:aws:lambda:us-west-2:123456789012:function:my-function.
Partial ARN - 123456789012:function:my-function.
You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
Name formats
Function name - my-function (name-only), my-function:1 (with version).
Function ARN - arn:aws:lambda:us-west-2:123456789012:function:my-function.
Partial ARN - 123456789012:function:my-function.
You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
public final String qualifier()
Specify a version to delete. You can't delete a version that's referenced by an alias.
public DeleteFunctionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteFunctionRequest.Builder,DeleteFunctionRequest>toBuilder in class LambdaRequestpublic static DeleteFunctionRequest.Builder builder()
public static Class<? extends DeleteFunctionRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.