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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PutFunctionScalingConfigResponse.BuilderfunctionState(String functionState)The current state of the function after applying the scaling configuration.PutFunctionScalingConfigResponse.BuilderfunctionState(State functionState)The current state of the function after applying the scaling configuration.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lambda.model.LambdaResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
functionState
PutFunctionScalingConfigResponse.Builder functionState(String functionState)
The current state of the function after applying the scaling configuration.
-
functionState
PutFunctionScalingConfigResponse.Builder functionState(State functionState)
The current state of the function after applying the scaling configuration.
-
-