Interface FunctionVersionsByCapacityProviderListItem.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<FunctionVersionsByCapacityProviderListItem.Builder,,FunctionVersionsByCapacityProviderListItem> SdkBuilder<FunctionVersionsByCapacityProviderListItem.Builder,,FunctionVersionsByCapacityProviderListItem> SdkPojo
- Enclosing class:
FunctionVersionsByCapacityProviderListItem
@Mutable
@NotThreadSafe
public static interface FunctionVersionsByCapacityProviderListItem.Builder
extends SdkPojo, CopyableBuilder<FunctionVersionsByCapacityProviderListItem.Builder,FunctionVersionsByCapacityProviderListItem>
-
Method Summary
Modifier and TypeMethodDescriptionfunctionArn(String functionArn) The Amazon Resource Name (ARN) of the function version.The current state of the function version.The current state of the function version.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
functionArn
The Amazon Resource Name (ARN) of the function version.
- Parameters:
functionArn- The Amazon Resource Name (ARN) of the function version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
The current state of the function version.
- Parameters:
state- The current state of the function version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
The current state of the function version.
- Parameters:
state- The current state of the function version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-