Interface PutFunctionScalingConfigResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<PutFunctionScalingConfigResponse.Builder,,PutFunctionScalingConfigResponse> LambdaResponse.Builder,SdkBuilder<PutFunctionScalingConfigResponse.Builder,,PutFunctionScalingConfigResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
PutFunctionScalingConfigResponse
@Mutable
@NotThreadSafe
public static interface PutFunctionScalingConfigResponse.Builder
extends LambdaResponse.Builder, SdkPojo, CopyableBuilder<PutFunctionScalingConfigResponse.Builder,PutFunctionScalingConfigResponse>
-
Method Summary
Modifier and TypeMethodDescriptionfunctionState(String functionState) The current state of the function after applying the scaling configuration.functionState(State functionState) The current state of the function after applying the scaling configuration.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.lambda.model.LambdaResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
functionState
The current state of the function after applying the scaling configuration.
- Parameters:
functionState- The current state of the function after applying the scaling configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
functionState
The current state of the function after applying the scaling configuration.
- Parameters:
functionState- The current state of the function after applying the scaling configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-