Uses of Interface
software.amazon.awssdk.services.lambda.model.InvalidSubnetIdException.Builder
-
Packages that use InvalidSubnetIdException.Builder Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of InvalidSubnetIdException.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return InvalidSubnetIdException.Builder Modifier and Type Method Description InvalidSubnetIdException.Builder
InvalidSubnetIdException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)
static InvalidSubnetIdException.Builder
InvalidSubnetIdException. builder()
InvalidSubnetIdException.Builder
InvalidSubnetIdException.Builder. cause(Throwable cause)
InvalidSubnetIdException.Builder
InvalidSubnetIdException.Builder. message(String message)
InvalidSubnetIdException.Builder
InvalidSubnetIdException.Builder. requestId(String requestId)
InvalidSubnetIdException.Builder
InvalidSubnetIdException.Builder. statusCode(int statusCode)
InvalidSubnetIdException.Builder
InvalidSubnetIdException. toBuilder()
InvalidSubnetIdException.Builder
InvalidSubnetIdException.Builder. type(String type)
Sets the value of the Type property for this object.InvalidSubnetIdException.Builder
InvalidSubnetIdException.Builder. writableStackTrace(Boolean writableStackTrace)
Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type InvalidSubnetIdException.Builder Modifier and Type Method Description static Class<? extends InvalidSubnetIdException.Builder>
InvalidSubnetIdException. serializableBuilderClass()
-