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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FunctionVersionsByCapacityProviderListItem.BuilderfunctionArn(String functionArn)The Amazon Resource Name (ARN) of the function version.FunctionVersionsByCapacityProviderListItem.Builderstate(String state)The current state of the function version.FunctionVersionsByCapacityProviderListItem.Builderstate(State state)The current state of the function version.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
functionArn
FunctionVersionsByCapacityProviderListItem.Builder functionArn(String 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
FunctionVersionsByCapacityProviderListItem.Builder state(String state)
The current state of the function version.
-
state
FunctionVersionsByCapacityProviderListItem.Builder state(State state)
The current state of the function version.
-
-